diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-11-09 08:14:57 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-11-09 08:14:57 +0000 |
commit | 93b13daff2464dad3043c82415b10feb1c603ba1 (patch) | |
tree | 1f9f70c6bd163cb9c3871dfb123617cbb0728e9d /app-emulation/xen-tools | |
parent | Rename config.log tarball in the hope that people will stop attaching it to (diff) | |
download | gentoo-2-93b13daff2464dad3043c82415b10feb1c603ba1.tar.gz gentoo-2-93b13daff2464dad3043c82415b10feb1c603ba1.tar.bz2 gentoo-2-93b13daff2464dad3043c82415b10feb1c603ba1.zip |
Add missing PYTHON_REQUIRED_USE.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.2.2-r5.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 0dbc59e7589d..ec2db2cabd05 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.199 2013/11/07 00:46:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.200 2013/11/09 08:14:57 mgorny Exp $ + + 09 Nov 2013; Michał Górny <mgorny@gentoo.org> xen-tools-4.2.2-r3.ebuild, + xen-tools-4.2.2-r5.ebuild, xen-tools-4.3.0-r3.ebuild: + Add missing PYTHON_REQUIRED_USE. *xen-tools-4.3.0-r3 (07 Nov 2013) *xen-tools-4.2.2-r5 (07 Nov 2013) diff --git a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild index dada8b956f42..fb9f38627dc7 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.2-r3.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/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.7 2013/10/04 18:06:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r3.ebuild,v 1.8 2013/11/09 08:14:57 mgorny Exp $ EAPI=5 @@ -35,7 +35,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu pygrub screen static-libs xend" -REQUIRED_USE="hvm? ( qemu )" +REQUIRED_USE="hvm? ( qemu ) + ${PYTHON_REQUIRED_USE}" DEPEND="dev-libs/lzo:2 dev-libs/yajl diff --git a/app-emulation/xen-tools/xen-tools-4.2.2-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.2.2-r5.ebuild index 9fb25769b771..67435ff9a3b3 100644 --- a/app-emulation/xen-tools/xen-tools-4.2.2-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.2.2-r5.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/xen-tools/xen-tools-4.2.2-r5.ebuild,v 1.1 2013/11/07 00:46:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.2.2-r5.ebuild,v 1.2 2013/11/09 08:14:57 mgorny Exp $ EAPI=5 @@ -35,7 +35,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml pygrub screen static-libs xend" -REQUIRED_USE="hvm? ( qemu )" +REQUIRED_USE="hvm? ( qemu ) + ${PYTHON_REQUIRED_USE}" DEPEND="dev-libs/lzo:2 dev-libs/yajl diff --git a/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild index 777ffe32dd0d..373159dbd85b 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.0-r3.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/xen-tools/xen-tools-4.3.0-r3.ebuild,v 1.1 2013/11/07 00:46:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild,v 1.2 2013/11/09 08:14:57 mgorny Exp $ EAPI=5 @@ -36,7 +36,8 @@ SLOT="0" # Otherwise IUSE ocaml and ocaml capable build need be purged IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" -REQUIRED_USE="hvm? ( qemu )" +REQUIRED_USE="hvm? ( qemu ) + ${PYTHON_REQUIRED_USE}" DEPEND="dev-libs/lzo:2 dev-libs/yajl |