diff options
author | 2008-08-03 20:47:27 +0000 | |
---|---|---|
committer | 2008-08-03 20:47:27 +0000 | |
commit | f773b106f14322eecae7ceaae58dc5074dca6c80 (patch) | |
tree | 4dba5e8c967b30501aa307e787b5d2faf2aee540 /eclass/qt3.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/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 |