diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:35:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:35:44 +0000 |
commit | 410e02679ef21cd23161f8a10590910a3ce167dc (patch) | |
tree | 6ed27f48f4922b9b911a0dd62e6eeff055cc16d8 /eclass/gst-plugins.eclass | |
parent | DEBUG -> use debug (diff) | |
download | historical-410e02679ef21cd23161f8a10590910a3ce167dc.tar.gz historical-410e02679ef21cd23161f8a10590910a3ce167dc.tar.bz2 historical-410e02679ef21cd23161f8a10590910a3ce167dc.zip |
remove deprecated $DEBUG
Diffstat (limited to 'eclass/gst-plugins.eclass')
-rw-r--r-- | eclass/gst-plugins.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index 046e20fb3068..41ff7d696e07 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.1 2003/06/16 22:04:56 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.2 2003/08/03 02:35:44 vapier Exp $ # Author : foser <foser@gentoo.org> @@ -18,9 +18,7 @@ ECLASS="gst-plugins" INHERITED="$INHERITED $ECLASS" inherit libtool - -# accept both $DEBUG and USE="debug" -[ -n "$DEBUG" -o -n "`use debug`" ] && inherit debug +[ `use debug` ] && inherit debug # Create a major/minor combo for our SLOT and executables suffix |