From 4c27e65f9688fc72858c32360b12332a5f382b34 Mon Sep 17 00:00:00 2001 From: "D.M.D. Ljungmark" Date: Sun, 11 Jul 2004 13:50:52 +0000 Subject: Removed the conditional inherit --- eclass/gnome2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') 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 # Spidler 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" -- cgit v1.2.3-65-gdbad