summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-05-30 15:06:39 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-05-30 15:06:39 +0000
commita3ce08f9d1c72db4ea29600f3909b3aafbf3f17f (patch)
tree20d9dedd44e451236677ef3d732cf8263597cba5 /app-emulation
parentFix manifest (diff)
downloadgentoo-2-a3ce08f9d1c72db4ea29600f3909b3aafbf3f17f.tar.gz
gentoo-2-a3ce08f9d1c72db4ea29600f3909b3aafbf3f17f.tar.bz2
gentoo-2-a3ce08f9d1c72db4ea29600f3909b3aafbf3f17f.zip
Add a missing PYTHON_REQUIRED_USE for the conversion to python-r1 eclass.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog5
-rw-r--r--app-emulation/qemu/qemu-1.4.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index 60c14dc093e5..a93dabe80cab 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.211 2013/05/30 02:57:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.212 2013/05/30 15:06:39 cardoe Exp $
+
+ 30 May 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.4.2.ebuild:
+ Add a missing PYTHON_REQUIRED_USE for the conversion to python-r1 eclass.
*qemu-1.4.2 (30 May 2013)
diff --git a/app-emulation/qemu/qemu-1.4.2.ebuild b/app-emulation/qemu/qemu-1.4.2.ebuild
index 0f73291c94f6..a1ca23a574f7 100644
--- a/app-emulation/qemu/qemu-1.4.2.ebuild
+++ b/app-emulation/qemu/qemu-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.1 2013/05/30 02:57:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.2 2013/05/30 15:06:39 cardoe Exp $
EAPI=5
@@ -56,6 +56,7 @@ done
# Block USE flag configurations known to not work
REQUIRED_USE="${REQUIRED_USE}
+ python? ( ${PYTHON_REQUIRED_USE} )
static? ( static-softmmu static-user )
static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl )
virtfs? ( xattr )"