From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6D8F13829C for ; Fri, 10 Jun 2016 15:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B39C514283; Fri, 10 Jun 2016 15:33:05 +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 ADF5114283 for ; Fri, 10 Jun 2016 15:32:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF359340D3C for ; Fri, 10 Jun 2016 15:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8554B233C for ; Fri, 10 Jun 2016 15:32:52 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1465572693.2db68121a8f8b0365eec2cae63f7778e7803bfcf.ago@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-64.ebuild X-VCS-Directories: sys-kernel/genkernel-next/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2db68121a8f8b0365eec2cae63f7778e7803bfcf X-VCS-Branch: master Date: Fri, 10 Jun 2016 15:32:52 +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: 4d4f3a22-15e4-4c08-b852-bd346ca65e2a X-Archives-Hash: cabcfd0a899082e342b453db94068679 commit: 2db68121a8f8b0365eec2cae63f7778e7803bfcf Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jun 10 15:31:33 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jun 10 15:31:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db68121 sys-kernel/genkernel-next: amd64 stable wrt bug #517572 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-kernel/genkernel-next/genkernel-next-64.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/genkernel-next/genkernel-next-64.ebuild b/sys-kernel/genkernel-next/genkernel-next-64.ebuild index cb397ad..bd0f3bf 100644 --- a/sys-kernel/genkernel-next/genkernel-next-64.ebuild +++ b/sys-kernel/genkernel-next/genkernel-next-64.ebuild @@ -7,7 +7,7 @@ EAPI=6 if [[ "${PV}" != "9999" ]]; then SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${PV}.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