diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-03-17 14:43:32 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-03-17 14:43:32 +0000 |
commit | c58ae9d4ef3180adca79d23bc58c792826addb85 (patch) | |
tree | 8b4c78a7e9ec465f35dc06da49b080c1921e86ab /eclass/gnome2.eclass | |
parent | new version (diff) | |
download | historical-c58ae9d4ef3180adca79d23bc58c792826addb85.tar.gz historical-c58ae9d4ef3180adca79d23bc58c792826addb85.tar.bz2 historical-c58ae9d4ef3180adca79d23bc58c792826addb85.zip |
remove the sneaky doc flag that ended up in the eclass during migration. see #107962
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 1a91ed28ee85..96eba581558a 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.63 2006/03/15 00:38:40 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.64 2006/03/17 14:43:32 allanonjl Exp $ # GNOME 2 ECLASS inherit libtool gnome.org debug fdo-mime eutils @@ -26,7 +26,7 @@ SCROLLKEEPER_UPDATE_BIN=${SCROLLKEEPER_UPDATE_BIN:="${ROOT}/usr/bin/scrollkeeper # Path to gconftool-2 GCONFTOOL_BIN=${GCONFTOOL_BIN:="${ROOT}/usr/bin/gconftool-2"} -IUSE="debug doc" +IUSE="debug" DEPEND=">=sys-apps/sed-4 sys-apps/findutils" |