diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-04-18 20:49:04 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-04-18 20:49:04 +0000 |
commit | e089168df9d446e403beb5ef6e6c0f206a66e9c5 (patch) | |
tree | fc000e493e94c3b537985b76d354ef07d88c3801 /eclass/gnome2.eclass | |
parent | Add patch to fix powermac driver on ppc. Thanks to Alberto Zennaro in bug #13... (diff) | |
download | historical-e089168df9d446e403beb5ef6e6c0f206a66e9c5.tar.gz historical-e089168df9d446e403beb5ef6e6c0f206a66e9c5.tar.bz2 historical-e089168df9d446e403beb5ef6e6c0f206a66e9c5.zip |
findutils is in system. Remove explicit dep, for g/fbsd
Diffstat (limited to 'eclass/gnome2.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} |