summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-24 11:07:53 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-24 11:07:53 +0000
commit8a6bb6548a5eb08c9c1f704712a0bf68f0888e8e (patch)
tree76b8e7f11c05905eb3b4b90f1bc92860c176b39b /eclass
parentAdded missing "inherit eutils" (diff)
downloadhistorical-8a6bb6548a5eb08c9c1f704712a0bf68f0888e8e.tar.gz
historical-8a6bb6548a5eb08c9c1f704712a0bf68f0888e8e.tar.bz2
historical-8a6bb6548a5eb08c9c1f704712a0bf68f0888e8e.zip
fix a var
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass
index 4e68d0590069..00c981b890fd 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.8 2004/03/24 01:09:28 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.9 2004/03/24 11:07:53 foser Exp $
# Author : foser <foser@gentoo.org>
@@ -160,7 +160,7 @@ gst-plugins_src_compile() {
gst-plugins_src_configure ${@}
- if ! [ -z ${NEED_INTERFACE} ]; then
+ if ! [ -z ${GST_NEED_INTERFACE} ]; then
cd ${S}/gst-libs
emake
fi