Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: qemu-1.4.2.ebuild ChangeLog
Date: Thu, 30 May 2013 15:06:46
Message-Id: 20130530150640.21FAF2171D@flycatcher.gentoo.org
1 cardoe 13/05/30 15:06:40
2
3 Modified: qemu-1.4.2.ebuild ChangeLog
4 Log:
5 Add a missing PYTHON_REQUIRED_USE for the conversion to python-r1 eclass.
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.2 app-emulation/qemu/qemu-1.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild?r1=1.1&r2=1.2
15
16 Index: qemu-1.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qemu-1.4.2.ebuild 30 May 2013 02:57:12 -0000 1.1
23 +++ qemu-1.4.2.ebuild 30 May 2013 15:06:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.1 2013/05/30 02:57:12 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.2 2013/05/30 15:06:39 cardoe Exp $
29
30 EAPI=5
31
32 @@ -56,6 +56,7 @@
33
34 # Block USE flag configurations known to not work
35 REQUIRED_USE="${REQUIRED_USE}
36 + python? ( ${PYTHON_REQUIRED_USE} )
37 static? ( static-softmmu static-user )
38 static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl )
39 virtfs? ( xattr )"
40
41
42
43 1.212 app-emulation/qemu/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.212&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.212&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.211&r2=1.212
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
52 retrieving revision 1.211
53 retrieving revision 1.212
54 diff -u -r1.211 -r1.212
55 --- ChangeLog 30 May 2013 02:57:12 -0000 1.211
56 +++ ChangeLog 30 May 2013 15:06:39 -0000 1.212
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-emulation/qemu
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.211 2013/05/30 02:57:12 cardoe Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.212 2013/05/30 15:06:39 cardoe Exp $
62 +
63 + 30 May 2013; Doug Goldstein <cardoe@g.o> qemu-1.4.2.ebuild:
64 + Add a missing PYTHON_REQUIRED_USE for the conversion to python-r1 eclass.
65
66 *qemu-1.4.2 (30 May 2013)