Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.21_p17435.ebuild
Date: Mon, 02 Jun 2008 19:18:06
Message-Id: E1K3FXc-0004CL-Iz@stork.gentoo.org
1 cardoe 08/06/02 19:18:00
2
3 Modified: ChangeLog mythtv-0.21_p17435.ebuild
4 Log:
5 missing * from x11-libs/qt-3. bug #224649
6 (Portage version: 2.1.5.3)
7
8 Revision Changes Path
9 1.241 media-tv/mythtv/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.241&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.241&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.240&r2=1.241
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
18 retrieving revision 1.240
19 retrieving revision 1.241
20 diff -u -r1.240 -r1.241
21 --- ChangeLog 2 Jun 2008 15:53:58 -0000 1.240
22 +++ ChangeLog 2 Jun 2008 19:18:00 -0000 1.241
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-tv/mythtv
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.240 2008/06/02 15:53:58 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.241 2008/06/02 19:18:00 cardoe Exp $
28 +
29 + 02 Jun 2008; Doug Goldstein <cardoe@g.o> mythtv-0.21_p17435.ebuild:
30 + missing * from x11-libs/qt-3. bug #224649
31
32 *mythtv-0.21_p17435 (02 Jun 2008)
33
34
35
36
37 1.2 media-tv/mythtv/mythtv-0.21_p17435.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild?r1=1.1&r2=1.2
42
43 Index: mythtv-0.21_p17435.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- mythtv-0.21_p17435.ebuild 2 Jun 2008 15:53:58 -0000 1.1
50 +++ mythtv-0.21_p17435.ebuild 2 Jun 2008 19:18:00 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v 1.1 2008/06/02 15:53:58 cardoe Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v 1.2 2008/06/02 19:18:00 cardoe Exp $
56
57 EAPI=1
58 inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
59 @@ -62,7 +62,7 @@
60
61 pkg_setup() {
62
63 - confutils_require_built_with_all =x11-libs/qt-3 mysql opengl
64 + confutils_require_built_with_all =x11-libs/qt-3* mysql opengl
65
66 elog "This ebuild now uses a heavily stripped down version of your CFLAGS"
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list