summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-25 01:53:28 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-25 01:53:28 +0000
commit46eafc681395b0a57ab4fa98fcf2a9abc2d04d59 (patch)
tree5e9392365b427b35e87c7fb46081e197f800cc62
parentVersion bump. Closing #45653. (diff)
downloadhistorical-46eafc681395b0a57ab4fa98fcf2a9abc2d04d59.tar.gz
historical-46eafc681395b0a57ab4fa98fcf2a9abc2d04d59.tar.bz2
historical-46eafc681395b0a57ab4fa98fcf2a9abc2d04d59.zip
fixed newdepends
-rw-r--r--eclass/gtk-engines.eclass12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass
index f3ec27e00ec3..01f67adaa5d9 100644
--- a/eclass/gtk-engines.eclass
+++ b/eclass/gtk-engines.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/gtk-engines.eclass,v 1.24 2003/07/18 20:11:22 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.25 2004/03/25 01:53:28 liquidx Exp $
#
# The gtk-engines eclass is inherited by all gtk-engines-* ebuilds.
#
@@ -30,15 +30,15 @@ INHERITED="$INHERITED $ECLASS"
KEYWORDS="x86 ppc alpha sparc hppa amd64"
-newdepend /c virtual/x11
+DEPEND="${DEPEND} virtual/x11"
case "${SLOT}" in
"1" )
- newdepend '=x11-libs/gtk+-1.2*' ;;
+ DEPEND="${DEPEND} =x11-libs/gtk+-1.2" ;;
"2" )
- newdepend '>=x11-libs/gtk+-2' ;;
+ DEPEND="${DEPEND} >=x11-libs/gtk+-2" ;;
* )
- newdepend x11-libs/gtk+ ;;
+ DEPEND="${DEPEND} x11-libs/gtk+" ;;
esac
[ -n "$DEBUG" ] && einfo "SLOT is ${SLOT}"
@@ -83,7 +83,7 @@ case "${ENGINE}" in
CXXFLAGS="${CXXFLAGS} -g"
else
- newdepend '>=media-libs/imlib-1.8'
+ DEPEND="${DEPEND} >=media-libs/imlib-1.8"
fi
;;