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 EE85B138334 for ; Sun, 27 Oct 2019 07:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC2FE08AC; Sun, 27 Oct 2019 07:44:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06C95E08AC for ; Sun, 27 Oct 2019 07:44:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E1C6034C3BA for ; Sun, 27 Oct 2019 07:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9DE898 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: <1572162143.f591cf837fbd5a6c1d42e39e2573e3d5a62ec319.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f591cf837fbd5a6c1d42e39e2573e3d5a62ec319 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: 5f2ebbaf-d269-4797-a672-64e229376a66 X-Archives-Hash: 5e9e3dfc00d267f07f699cacb0ba84b7 commit: f591cf837fbd5a6c1d42e39e2573e3d5a62ec319 Author: Tomas Mozes gmail com> AuthorDate: Fri Oct 25 15:17:08 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Oct 27 07:42:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f591cf83 app-emulation/xen-tools: 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-tools/xen-tools-4.13.0_rc1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild b/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild index 69d555fabf0..d0908764bb5 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.0_rc1.ebuild @@ -16,7 +16,8 @@ if [[ $PV == *9999 ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + #KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball