summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-28 15:24:42 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-28 15:24:42 +0000
commit13d86921c5d7f1104785e8b73d66494039a7b27d (patch)
treee5b240c9b7c54200339fd3c1ea08a03fecafd510 /eclass
parentTaking maintainership. remove old, bump snapshot (diff)
downloadhistorical-13d86921c5d7f1104785e8b73d66494039a7b27d.tar.gz
historical-13d86921c5d7f1104785e8b73d66494039a7b27d.tar.bz2
historical-13d86921c5d7f1104785e8b73d66494039a7b27d.zip
Do not hardcode Qt version on display message
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass4
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
}