diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-01-05 08:39:27 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-05 09:00:23 +0800 |
commit | d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04 (patch) | |
tree | 07fb72194b4130bb62b55a27e0b4b8332ebbdbc8 /app-emulation | |
parent | app-emulation/xen-tools: re-add keyword x86 to latest of vns. 4.2.5, 4.2.6 (diff) | |
download | gentoo-d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04.tar.gz gentoo-d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04.tar.bz2 gentoo-d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04.zip |
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
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild | 6 | ||||
-rw-r--r-- | 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 8e1c138209c3..519950cc6c4e 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 25ada738dfa5..bf577ad81ca7 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 |