--- eclass/gnome2.eclass 2003/06/12 00:41:47 1.34 +++ eclass/gnome2.eclass 2003/08/03 02:33:15 1.35 @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.34 2003/06/12 00:41:47 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.35 2003/08/03 02:33:15 vapier Exp $ # # Authors: # Bruce A. Locke # Spidler inherit libtool gnome.org - -# accept both $DEBUG and USE="debug" -[ -n "$DEBUG" -o -n "`use debug`" ] && inherit debug +[ `use debug` ] && inherit debug # Gnome 2 ECLASS ECLASS="gnome2" @@ -20,7 +18,7 @@ SCROLLKEEPER_UPDATE="1" # whether to run scrollkeeper for this package USE_DESTDIR="" # use make DESTDIR=${D} install rather than einstall -[ -n "$DEBUG" -o -n "`use debug`" ] && G2CONF="${G2CONF} --enable-debug=yes" +[ `use debug` ] && G2CONF="${G2CONF} --enable-debug=yes" newdepend ">=sys-apps/sed-4"