From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-919266-garchives=archives.gentoo.org@lists.gentoo.org>
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 2EF49139085
	for <garchives@archives.gentoo.org>; Sun, 25 Dec 2016 02:44:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 40EAE21C038;
	Sun, 25 Dec 2016 02:44:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1E9BD21C038
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2016 02:44:48 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0A02C341142
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2016 02:44:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7068B24B0
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Dec 2016 02:44:46 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1482633867.9bb7388c162f4455215690b1ae037e49afd3d33c.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel-next/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-kernel/genkernel-next/genkernel-next-65.ebuild
X-VCS-Directories: sys-kernel/genkernel-next/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 9bb7388c162f4455215690b1ae037e49afd3d33c
X-VCS-Branch: master
Date: Sun, 25 Dec 2016 02:44:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d390ee36-3334-43a8-b8fc-7724655df202
X-Archives-Hash: f4e32165c90eaf623b1252f14b1ccded

commit:     9bb7388c162f4455215690b1ae037e49afd3d33c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 02:44:27 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 02:44:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb7388c

sys-kernel/genkernel-next: amd64 stable

Gentoo-bug: 603482

Package-Manager: portage-2.3.0

 sys-kernel/genkernel-next/genkernel-next-65.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-65.ebuild b/sys-kernel/genkernel-next/genkernel-next-65.ebuild
index 091ddae..09b2c8f 100644
--- a/sys-kernel/genkernel-next/genkernel-next-65.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-65.ebuild
@@ -7,11 +7,11 @@ EAPI=6
 if [[ "${PV}" != "9999" ]]; then
 	SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	RESTRICT="mirror"
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+	KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 else
 	EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
 	inherit git-2
-	KEYWORDS="~amd64 ~ppc ~x86"
+	KEYWORDS="amd64 ~ppc ~x86"
 	RESTRICT=""
 fi
 inherit bash-completion-r1