diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:40:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:40:10 +0000 |
commit | 1828f62ded66b627b782a7b88f966e73249fc6f2 (patch) | |
tree | 41a2301c2f120fa4ed26cf15edc19bf3a2b8e6cf /media-plugins/efxmms | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-1828f62ded66b627b782a7b88f966e73249fc6f2.tar.gz gentoo-2-1828f62ded66b627b782a7b88f966e73249fc6f2.tar.bz2 gentoo-2-1828f62ded66b627b782a7b88f966e73249fc6f2.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'media-plugins/efxmms')
-rw-r--r-- | media-plugins/efxmms/efxmms-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/efxmms/efxmms-0.0.3.ebuild b/media-plugins/efxmms/efxmms-0.0.3.ebuild index ad12417c1dfb..f1ab9ada82dc 100644 --- a/media-plugins/efxmms/efxmms-0.0.3.ebuild +++ b/media-plugins/efxmms/efxmms-0.0.3.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/media-plugins/efxmms/efxmms-0.0.3.ebuild,v 1.8 2004/07/06 21:04:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/efxmms/efxmms-0.0.3.ebuild,v 1.9 2004/07/14 20:40:10 agriffis Exp $ IUSE="" @@ -21,7 +21,7 @@ DEPEND="media-sound/xmms" src_unpack() { unpack ${A} cd ${S} - use amd64 && gnuconfig_update + gnuconfig_update } src_install() { |