summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-03 02:35:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-03 02:35:44 +0000
commit8ab76f4b853fc93bbee34e825106905f668a7a5d (patch)
tree1310469c24777806ad2c49070fc7d4b4b457bf00 /eclass/gnome2.eclass
parentDEBUG -> use debug (diff)
downloadgentoo-2-8ab76f4b853fc93bbee34e825106905f668a7a5d.tar.gz
gentoo-2-8ab76f4b853fc93bbee34e825106905f668a7a5d.tar.bz2
gentoo-2-8ab76f4b853fc93bbee34e825106905f668a7a5d.zip
remove deprecated $DEBUG
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass8
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 8272fe6185b1..8e17076c5d67 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -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 <blocke@shivan.org>
# Spidler <spidler@gentoo.org>
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 @@ 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
-[ -n "$DEBUG" -o -n "`use debug`" ] && G2CONF="${G2CONF} --enable-debug=yes"
+[ `use debug` ] && G2CONF="${G2CONF} --enable-debug=yes"
newdepend ">=sys-apps/sed-4"