Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build.eclass
Date: Wed, 02 May 2012 17:09:33
Message-Id: 20120502170917.2D06A2004B@flycatcher.gentoo.org
1 pesa 12/05/02 17:09:17
2
3 Modified: ChangeLog qt4-build.eclass
4 Log:
5 dev-util/pkgconfig -> virtual/pkgconfig
6
7 Revision Changes Path
8 1.231 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.231&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.231&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.230&r2=1.231
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.230
18 retrieving revision 1.231
19 diff -u -r1.230 -r1.231
20 --- ChangeLog 30 Apr 2012 09:51:00 -0000 1.230
21 +++ ChangeLog 2 May 2012 17:09:17 -0000 1.231
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.230 2012/04/30 09:51:00 nelchael Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.231 2012/05/02 17:09:17 pesa Exp $
27 +
28 + 02 May 2012; Davide Pesavento <pesa@g.o> qt4-build.eclass:
29 + dev-util/pkgconfig -> virtual/pkgconfig
30
31 30 Apr 2012; Krzysztof Pawlik <nelchael@g.o>
32 python-distutils-ng.eclass:
33
34
35
36 1.127 eclass/qt4-build.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.127&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.127&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.126&r2=1.127
41
42 Index: qt4-build.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
45 retrieving revision 1.126
46 retrieving revision 1.127
47 diff -u -r1.126 -r1.127
48 --- qt4-build.eclass 25 Apr 2012 17:43:50 -0000 1.126
49 +++ qt4-build.eclass 2 May 2012 17:09:17 -0000 1.127
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.126 2012/04/25 17:43:50 grobian Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.127 2012/05/02 17:09:17 pesa Exp $
55
56 # @ECLASS: qt4-build.eclass
57 # @MAINTAINER:
58 @@ -48,7 +48,7 @@
59 IUSE+=" c++0x qpa"
60 fi
61
62 -DEPEND="dev-util/pkgconfig"
63 +DEPEND="virtual/pkgconfig"
64 if [[ ${QT4_BUILD_TYPE} == live ]]; then
65 DEPEND+=" dev-lang/perl"
66 fi