diff options
author | 2006-04-18 20:49:04 +0000 | |
---|---|---|
committer | 2006-04-18 20:49:04 +0000 | |
commit | d31515ae919c90a4f6496eeebbb83b24e2640438 (patch) | |
tree | 553aaf78fbecc0b454b337df9a5dd06afd08be12 /eclass | |
parent | Add patch to fix powermac driver on ppc. Thanks to Alberto Zennaro in bug #13... (diff) | |
download | gentoo-2-d31515ae919c90a4f6496eeebbb83b24e2640438.tar.gz gentoo-2-d31515ae919c90a4f6496eeebbb83b24e2640438.tar.bz2 gentoo-2-d31515ae919c90a4f6496eeebbb83b24e2640438.zip |
findutils is in system. Remove explicit dep, for g/fbsd
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 2e2348c6a941..b394ec57fbdd 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -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/eclass/gnome2.eclass,v 1.68 2006/03/29 13:02:27 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.69 2006/04/18 20:49:04 dang Exp $ # GNOME 2 ECLASS inherit libtool gnome.org debug fdo-mime eutils @@ -28,8 +28,7 @@ GCONFTOOL_BIN=${GCONFTOOL_BIN:="${ROOT}/usr/bin/gconftool-2"} IUSE="debug" -DEPEND=">=sys-apps/sed-4 - sys-apps/findutils" +DEPEND=">=sys-apps/sed-4" gnome2_src_unpack() { unpack ${A} |