summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-29 08:32:48 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-29 08:32:48 +0000
commite5f963df0062dcdeb43be8033044235c0a222030 (patch)
tree7111f804bbd37a0f509fa57d2db3619e7ed54256 /eclass/qt4.eclass
parentVersion bump (diff)
downloadgentoo-2-e5f963df0062dcdeb43be8033044235c0a222030.tar.gz
gentoo-2-e5f963df0062dcdeb43be8033044235c0a222030.tar.bz2
gentoo-2-e5f963df0062dcdeb43be8033044235c0a222030.zip
Uh, my bad...
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r--eclass/qt4.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index 57a3f828b3cb..b209673a8a22 100644
--- a/eclass/qt4.eclass
+++ b/eclass/qt4.eclass
@@ -1,6 +1,6 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.46 2008/07/28 22:10:16 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.47 2008/07/29 08:32:48 carlo Exp $
# @ECLASS: qt4.eclass
# @MAINTAINER:
@@ -29,12 +29,12 @@ QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1
# @DESCRIPTION:
# This function is deprecated. Use slot dependencies instead.
qt4_min_version() {
+ local deps="$@"
ewarn "qt4_min_version() is deprecated. Use slot dependencies instead."
- epause
case ${EAPI:-0} in
# EAPIs without SLOT dependencies
0) echo "|| ("
- qt4_min_version_list "$@"
+ qt4_min_version_list "${deps}"
echo ")"
;;
# EAPIS with SLOT dependencies.