summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-03-17 14:43:32 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-03-17 14:43:32 +0000
commit5f86e7b8ae49d8d461155945c962e1518ebccb96 (patch)
tree380b882736d613d462f0eb92d6ff97c652df3a6b /eclass
parentnew version (diff)
downloadgentoo-2-5f86e7b8ae49d8d461155945c962e1518ebccb96.tar.gz
gentoo-2-5f86e7b8ae49d8d461155945c962e1518ebccb96.tar.bz2
gentoo-2-5f86e7b8ae49d8d461155945c962e1518ebccb96.zip
remove the sneaky doc flag that ended up in the eclass during migration. see #107962
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2.eclass4
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"