From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29BD71388B6 for ; Tue, 5 Jan 2016 01:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36424E084B; Tue, 5 Jan 2016 01:00:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E7AE084B for ; Tue, 5 Jan 2016 01:00:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946D5340894 for ; Tue, 5 Jan 2016 01:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379D1CF9 for ; Tue, 5 Jan 2016 01:00:41 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451955623.d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-pvgrub/xen-pvgrub-4.5.2.ebuild app-emulation/xen-pvgrub/xen-pvgrub-4.6.0.ebuild X-VCS-Directories: app-emulation/xen-pvgrub/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04 X-VCS-Branch: master Date: Tue, 5 Jan 2016 01:00:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83235c84-8670-42f3-b2dd-ecbc915cb4ad X-Archives-Hash: f11f795100a4f2b045c7bdcf817ef5ce commit: d3f26b684d2c6bbdab99cb6a28e2f0c092bcca04 Author: Ian Delaney gentoo org> AuthorDate: Tue Jan 5 00:39:27 2016 +0000 Commit: Ian Delaney gentoo 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