diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-28 15:24:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-28 15:24:42 +0000 |
commit | 571477af94bedb8413e58d8436fdceeff8081b32 (patch) | |
tree | 8996c081389d0319fef3cbb5f50d9b663cfda550 /eclass/qt4-build.eclass | |
parent | Taking maintainership. remove old, bump snapshot (diff) | |
download | gentoo-2-571477af94bedb8413e58d8436fdceeff8081b32.tar.gz gentoo-2-571477af94bedb8413e58d8436fdceeff8081b32.tar.bz2 gentoo-2-571477af94bedb8413e58d8436fdceeff8081b32.zip |
Do not hardcode Qt version on display message
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 5e896a48ecf3..79d502dda0ab 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.40 2009/06/27 18:55:02 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.41 2009/06/28 15:24:42 hwoarang Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -436,7 +436,7 @@ qt4-build_pkg_postinst() { ewarn "make sure all your Qt4 packages are up-to-date and built with the same" ewarn "configuration." ewarn - ewarn "For more information, see http://doc.trolltech.com/4.4/plugins-howto.html" + ewarn "For more information, see http://doc.trolltech.com/${PV%.*}/plugins-howto.html" echo } |