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 | 8c948ae781d3ef97998ba03412c7570cb8ba75df (patch) | |
tree | 63e4a3403411352e49c2147a247634d2ba5f1470 /eclass/qt3.eclass | |
parent | Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to... (diff) | |
download | gentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.tar.gz gentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.tar.bz2 gentoo-2-8c948ae781d3ef97998ba03412c7570cb8ba75df.zip |
Improve deprecation warnings. Prepare for Qt 4.4.1
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index 23a564a5ca37..e5dd7404d935 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.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/qt3.eclass,v 1.36 2008/07/29 08:32:48 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.37 2008/08/03 20:47:27 carlo Exp $ # @ECLASS: qt3.eclass # @MAINTAINER: @@ -29,7 +29,7 @@ addpredict "${QTDIR}/etc/settings" # This function is deprecated. Use slot dependencies instead. qt_min_version() { local list=$(qt_min_version_list "$@") - ewarn "qt_min_version() is deprecated. Use slot dependencies instead." + ewarn "${CATEGORY}/${PF}: qt_min_version() is deprecated. Use slot dependencies instead." if [[ ${list%% *} == "${list}" ]]; then echo "${list}" else |