diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-07-11 13:50:52 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-07-11 13:50:52 +0000 |
commit | 4c27e65f9688fc72858c32360b12332a5f382b34 (patch) | |
tree | 95978828a3f6ef48ad0eeb419ea1f7e432ebe98b /eclass/gnome2.eclass | |
parent | initial bind-9.3.0rc2 into portage (Manifest recommit) (diff) | |
download | gentoo-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.eclass | 6 |
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" |