diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:45:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:45:54 +0000 |
commit | b8bb403a10649eeb4fdcda815e4cf7878b824c5b (patch) | |
tree | ecc2b53282547d6ee7b5dd79aa622b5d483f2562 /x11-libs/gtkglarea | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-b8bb403a10649eeb4fdcda815e4cf7878b824c5b.tar.gz historical-b8bb403a10649eeb4fdcda815e4cf7878b824c5b.tar.bz2 historical-b8bb403a10649eeb4fdcda815e4cf7878b824c5b.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'x11-libs/gtkglarea')
-rw-r--r-- | x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild b/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild index dac3ca9c7643..0414e7d09f2e 100644 --- a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild +++ b/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.20 2004/06/28 17:35:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.21 2004/07/15 00:45:54 agriffis Exp $ inherit gnome2 gnuconfig @@ -18,7 +18,7 @@ DEPEND="virtual/libc src_compile() { - use mips && gnuconfig_update + gnuconfig_update econf || die emake || die |