diff options
author | Michael McCabe <randy@gentoo.org> | 2004-05-11 14:35:53 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-05-11 14:35:53 +0000 |
commit | 3ca3be7876fe14ce9e35120751bcc9cfd8f9ce51 (patch) | |
tree | 63855e17e65fe4b9565d78d21447ed7cdcc10e34 /dev-libs/glib/glib-1.2.10-r5.ebuild | |
parent | Initial creation (diff) | |
download | historical-3ca3be7876fe14ce9e35120751bcc9cfd8f9ce51.tar.gz historical-3ca3be7876fe14ce9e35120751bcc9cfd8f9ce51.tar.bz2 historical-3ca3be7876fe14ce9e35120751bcc9cfd8f9ce51.zip |
s390 Specific Changes
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index 45b7e4625a08..ec9449a1a8bc 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.22 2004/05/03 02:49:21 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.23 2004/05/11 14:35:53 randy Exp $ inherit libtool gnuconfig flag-o-matic eutils @@ -39,6 +39,8 @@ src_compile() { use amd64 && gnuconfig_update use ppc64 && gnuconfig_update + use s390 && gnuconfig_update + # For some reason, elibtoolize stopped doing its job in the last couple # of days on this ebuild, and amd64 won't compile it anymore, need to |