diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-08-03 20:47:27 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-08-03 20:47:27 +0000 |
commit | f773b106f14322eecae7ceaae58dc5074dca6c80 (patch) | |
tree | 4dba5e8c967b30501aa307e787b5d2faf2aee540 /eclass/qt4.eclass | |
parent | Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to... (diff) | |
download | historical-f773b106f14322eecae7ceaae58dc5074dca6c80.tar.gz historical-f773b106f14322eecae7ceaae58dc5074dca6c80.tar.bz2 historical-f773b106f14322eecae7ceaae58dc5074dca6c80.zip |
Improve deprecation warnings. Prepare for Qt 4.4.1
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r-- | eclass/qt4.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index b209673a8a22..384c19426da9 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.47 2008/07/29 08:32:48 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.48 2008/08/03 20:47:27 carlo Exp $ # @ECLASS: qt4.eclass # @MAINTAINER: @@ -17,7 +17,7 @@ inherit eutils multilib toolchain-funcs versionator QTPKG="x11-libs/qt-" QT4MAJORVERSIONS="4.4 4.3 4.2 4.1 4.0" -QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1 +QT4VERSIONS="4.4.1 4.4.0 4.4.0_beta1 4.4.0_rc1 4.3.4-r1 4.3.5 4.3.4 4.3.3 4.3.2-r1 4.3.2 4.3.1-r1 4.3.1 4.3.0-r2 4.3.0-r1 4.3.0 4.3.0_rc1 4.3.0_beta1 4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 @@ -30,7 +30,7 @@ QT4VERSIONS="4.4.0 4.4.0_beta1 4.4.0_rc1 # This function is deprecated. Use slot dependencies instead. qt4_min_version() { local deps="$@" - ewarn "qt4_min_version() is deprecated. Use slot dependencies instead." + ewarn "${CATEGORY}/${PF}: qt4_min_version() is deprecated. Use slot dependencies instead." case ${EAPI:-0} in # EAPIs without SLOT dependencies 0) echo "|| (" |