diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-12-22 12:01:08 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-12-22 12:01:08 +0000 |
commit | fbca3dd42a9aa561530a17b9b73f310db20c41c8 (patch) | |
tree | c93fda25441c15156b076d602ce645ed26440cc4 /app-emulation | |
parent | Stable for ppc64, wrt bug #491588 (diff) | |
download | gentoo-2-fbca3dd42a9aa561530a17b9b73f310db20c41c8.tar.gz gentoo-2-fbca3dd42a9aa561530a17b9b73f310db20c41c8.tar.bz2 gentoo-2-fbca3dd42a9aa561530a17b9b73f310db20c41c8.zip |
set pygrub in REQUIRED_USE paired with python, fixes Bug #494908 by K. Agouros
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 4dd0c460455d..1e9bc3d0b322 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.209 2013/12/10 13:34:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.210 2013/12/22 12:01:08 idella4 Exp $ + + 22 Dec 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.3.0-r3.ebuild, + xen-tools-4.3.1-r3.ebuild: + set pygrub in REQUIRED_USE paired with python, fixes Bug #494908 by K. Agouros 10 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.3.1-r3.ebuild: Stable for x86, wrt bug #486354 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 f0906534a7e0..585c6b411b40 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.3 2013/11/24 06:04:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild,v 1.4 2013/12/22 12:01:08 idella4 Exp $ EAPI=5 @@ -37,7 +37,8 @@ SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/yajl diff --git a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild index 0b5843a693b5..208309c843bf 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.1-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.1-r3.ebuild,v 1.3 2013/12/10 13:34:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.4 2013/12/22 12:01:08 idella4 Exp $ EAPI=5 @@ -38,7 +38,8 @@ SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/yajl |