Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Sun, 28 Jun 2009 15:24:46
Message-Id: E1MKwFG-0002mn-RL@stork.gentoo.org
1 hwoarang 09/06/28 15:24:42
2
3 Modified: qt4-build.eclass
4 Log:
5 Do not hardcode Qt version on display message
6
7 Revision Changes Path
8 1.41 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.40&r2=1.41
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- qt4-build.eclass 27 Jun 2009 18:55:02 -0000 1.40
21 +++ qt4-build.eclass 28 Jun 2009 15:24:42 -0000 1.41
22 @@ -1,6 +1,6 @@
23 # Copyright 2007-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.40 2009/06/27 18:55:02 yngwin Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.41 2009/06/28 15:24:42 hwoarang Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -436,7 +436,7 @@
31 ewarn "make sure all your Qt4 packages are up-to-date and built with the same"
32 ewarn "configuration."
33 ewarn
34 - ewarn "For more information, see http://doc.trolltech.com/4.4/plugins-howto.html"
35 + ewarn "For more information, see http://doc.trolltech.com/${PV%.*}/plugins-howto.html"
36 echo
37 }