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 0586D1382C5 for ; Thu, 26 Apr 2018 21:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC01E0950; Thu, 26 Apr 2018 21:07:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 20618E0950 for ; Thu, 26 Apr 2018 21:07:27 +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 D55F8335C7D for ; Thu, 26 Apr 2018 21:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61B34281 for ; Thu, 26 Apr 2018 21:07:23 +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: <1524776794.6fc093ea515b15e29b442e15b0c6f439b3b3905d.zlogene@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.9.2-r1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6fc093ea515b15e29b442e15b0c6f439b3b3905d X-VCS-Branch: master Date: Thu, 26 Apr 2018 21:07:23 +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: 01aa5aaf-6395-4b7e-a97c-3bd9cbe8b92b X-Archives-Hash: 05013ccc46acce78326195617c740ec3 commit: 6fc093ea515b15e29b442e15b0c6f439b3b3905d Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 26 21:06:34 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 26 21:06:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc093ea app-emulation/xen-tools: amd64 stable wrt bug #643350 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild index a66fad4f58f..e7a533511e1 100644 --- a/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.9.2-r1.ebuild @@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)" if [[ $PV == *9999 ]]; then inherit git-r3 - KEYWORDS="" + KEYWORDS="amd64" REPO="xen.git" EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" UPSTREAM_VER=2 SECURITY_VER= # xen-tools's gentoo patches tarball