summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-11 06:27:35 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-11 06:27:35 +0000
commit55a688547713b9a8715b9b450adc6dc5732ef30a (patch)
tree861b3896eb12b72d2ad7bbfe44a13d8b4d665191 /eclass
parentCommented out openssl-0.9.6d to reflect fixed package. (diff)
downloadhistorical-55a688547713b9a8715b9b450adc6dc5732ef30a.tar.gz
historical-55a688547713b9a8715b9b450adc6dc5732ef30a.tar.bz2
historical-55a688547713b9a8715b9b450adc6dc5732ef30a.zip
dependency fix to allow 3.0.1.20020604
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-functions.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
index 385df80bae45..9b66ac6f437e 100644
--- a/eclass/kde-functions.eclass
+++ b/eclass/kde-functions.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.13 2002/07/10 19:49:50 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.14 2002/07/11 06:27:35 drobbins Exp $
# This contains everything except things that modify ebuild variables and functions (e.g. $P, src_compile() etc.)
ECLASS=kde-functions
@@ -51,7 +51,7 @@ need-kde() {
# if we're a kde-base package, we need an exact version of kdelibs
# to compile correctly.
if [ "$ECLASS" == "kde-dist" ]; then
- newdepend "~kde-base/kdelibs-$KDEVER"
+ newdepend "=kde-base/kdelibs-${KDEVER}*"
set-kdedir $KDEVER
else
# everyone else only needs a minimum version