commit:     d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 00:39:27 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 01:00:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f26b68

app-emulation/xen-pvgrub: re-add keyword x86 to latest of 4.2.5, 4.2.6

These should never have been set to -x86 in xen-tools because they support
xen guests of x86

Package-Manager: portage-2.2.26

 app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild | 6 +++---
 app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
index 8e1c138..519950c 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="http://xen.org/";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 -x86"
+KEYWORDS="amd64 ~x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -36,7 +36,7 @@ DEPEND="sys-devel/gettext
        sys-devel/bin86
        sys-apps/texinfo"
 
-RDEPEND=">=app-emulation/xen-4.2.1"
+RDEPEND=">=app-emulation/xen-tools-${PV}"
 
 pkg_setup() {
        python-single-r1_pkg_setup

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
index 25ada73..bf577ad 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="http://xen.org/";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -37,7 +37,7 @@ DEPEND="sys-devel/gettext
        sys-apps/texinfo
        x11-libs/pixman"
 
-RDEPEND=">=app-emulation/xen-4.2.1"
+RDEPEND=">=app-emulation/xen-tools-${PV}"
 
 pkg_setup() {
        python-single-r1_pkg_setup

Reply via email to