summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2004-07-11 13:50:52 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2004-07-11 13:50:52 +0000
commit4c27e65f9688fc72858c32360b12332a5f382b34 (patch)
tree95978828a3f6ef48ad0eeb419ea1f7e432ebe98b /eclass/gnome2.eclass
parentinitial bind-9.3.0rc2 into portage (Manifest recommit) (diff)
downloadgentoo-2-4c27e65f9688fc72858c32360b12332a5f382b34.tar.gz
gentoo-2-4c27e65f9688fc72858c32360b12332a5f382b34.tar.bz2
gentoo-2-4c27e65f9688fc72858c32360b12332a5f382b34.zip
Removed the conditional inherit
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index d073812b0602..f5987eb5abe6 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,13 +1,13 @@
# 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.42 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.43 2004/07/11 13:50:52 spider Exp $
#
# Authors:
# Bruce A. Locke <blocke@shivan.org>
# Spidler <spider@gentoo.org>
inherit libtool gnome.org
-use debug && inherit debug
+inherit debug
# Gnome 2 ECLASS
ECLASS="gnome2"
@@ -17,7 +17,7 @@ G2CONF="" # extra configure opts passed to econf
ELTCONF="" # extra options passed to elibtoolize
SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package
USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall
-
+IUSE="debug"
use debug && G2CONF="${G2CONF} --enable-debug=yes"
DEPEND="${DEPEND} >=sys-apps/sed-4"