Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
Date: Tue, 05 Jan 2016 01:00:48
Message-Id: 1451955623.d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04.idella4@gentoo
1 commit: d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 5 00:39:27 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 5 01:00:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f26b68
7
8 app-emulation/xen-pvgrub: re-add keyword x86 to latest of 4.2.5, 4.2.6
9
10 These should never have been set to -x86 in xen-tools because they support
11 xen guests of x86
12
13 Package-Manager: portage-2.2.26
14
15 app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild | 6 +++---
16 app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild | 6 +++---
17 2 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
20 index 8e1c138..519950c 100644
21 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
22 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside guest
30 HOMEPAGE="http://xen.org/"
31 LICENSE="GPL-2"
32 SLOT="0"
33 -KEYWORDS="amd64 -x86"
34 +KEYWORDS="amd64 ~x86"
35 IUSE="custom-cflags"
36
37 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 @@ -36,7 +36,7 @@ DEPEND="sys-devel/gettext
39 sys-devel/bin86
40 sys-apps/texinfo"
41
42 -RDEPEND=">=app-emulation/xen-4.2.1"
43 +RDEPEND=">=app-emulation/xen-tools-${PV}"
44
45 pkg_setup() {
46 python-single-r1_pkg_setup
47
48 diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
49 index 25ada73..bf577ad 100644
50 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
51 +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 +# Copyright 1999-2016 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Id$
57
58 @@ -27,7 +27,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside guest
59 HOMEPAGE="http://xen.org/"
60 LICENSE="GPL-2"
61 SLOT="0"
62 -KEYWORDS="~amd64 -x86"
63 +KEYWORDS="~amd64 ~x86"
64 IUSE="custom-cflags"
65
66 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
67 @@ -37,7 +37,7 @@ DEPEND="sys-devel/gettext
68 sys-apps/texinfo
69 x11-libs/pixman"
70
71 -RDEPEND=">=app-emulation/xen-4.2.1"
72 +RDEPEND=">=app-emulation/xen-tools-${PV}"
73
74 pkg_setup() {
75 python-single-r1_pkg_setup