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 33B33138334 for ; Mon, 12 Nov 2018 07:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E972BE0A87; Mon, 12 Nov 2018 07:06:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B9516E0A87 for ; Mon, 12 Nov 2018 07:06:05 +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 B3A17335C63 for ; Mon, 12 Nov 2018 07:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A2C7462 for ; Mon, 12 Nov 2018 07:06:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542006338.a4d82897c0b2073c095efee3f5dcbc107aa22f11.zlogene@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.10.2.ebuild X-VCS-Directories: app-emulation/xen-pvgrub/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a4d82897c0b2073c095efee3f5dcbc107aa22f11 X-VCS-Branch: master Date: Mon, 12 Nov 2018 07:06:01 +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: 4f06c92c-1feb-4456-b7f7-c50beeaa5c2a X-Archives-Hash: e743a699c91a3e87619752c6fa525c50 commit: a4d82897c0b2073c095efee3f5dcbc107aa22f11 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 12 07:05:38 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 12 07:05:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d82897 app-emulation/xen-pvgrub: amd64 stable wrt bug #670858 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild index f4536845d19..27ac0a92b01 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild @@ -33,7 +33,7 @@ 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" IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}"