From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CBD1138334 for ; Sun, 27 Oct 2019 07:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F20E091B; Sun, 27 Oct 2019 07:44:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C6D4E08C4 for ; Sun, 27 Oct 2019 07:44:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1864434C3E6 for ; Sun, 27 Oct 2019 07:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A685883 for ; Sun, 27 Oct 2019 07:44:04 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1572162131.79c5640399f65e8a0b2d542a587e4d1183b10ee4.dlan@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.13.0_rc1.ebuild X-VCS-Directories: app-emulation/xen-pvgrub/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 79c5640399f65e8a0b2d542a587e4d1183b10ee4 X-VCS-Branch: master Date: Sun, 27 Oct 2019 07:44:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0e2ddad-1535-4a7c-8fb8-a384b9a34fe1 X-Archives-Hash: 21077605f9a5601b6c1015286d4aee30 commit: 79c5640399f65e8a0b2d542a587e4d1183b10ee4 Author: Tomas Mozes gmail com> AuthorDate: Fri Oct 25 15:16:27 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Oct 27 07:42:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c56403 app-emulation/xen-pvgrub: drop keywords keep 4.11 stable, 4.12 testing and 4.13 RC version un-keyworded for hardcore testers. Re-add keywords after 4.13 is final Closes: https://github.com/gentoo/gentoo/pull/13432 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-pvgrub/xen-pvgrub-4.13.0_rc1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0_rc1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0_rc1.ebuild index c723b787d7f..a6ce1762a97 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0_rc1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0_rc1.ebuild @@ -35,7 +35,8 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside guest HOMEPAGE="https://www.xenproject.org" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +#KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"