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 97ADA1382C5 for ; Sun, 18 Mar 2018 19:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97C1CE08D4; Sun, 18 Mar 2018 19:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6CFA3E08D4 for ; Sun, 18 Mar 2018 19:55:06 +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 34D89335D0C for ; Sun, 18 Mar 2018 19:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2667F242 for ; Sun, 18 Mar 2018 19:55:03 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521402896.4c69638c8b1c6602cb3410b87d1582dd8da712ff.slyfox@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-68.ebuild X-VCS-Directories: sys-kernel/genkernel-next/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4c69638c8b1c6602cb3410b87d1582dd8da712ff X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:55:03 +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: a45ae2d6-5f60-489f-a95b-d0888e51e689 X-Archives-Hash: 17dd29d01408a4844e61e47026026bdb commit: 4c69638c8b1c6602cb3410b87d1582dd8da712ff Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 18 19:54:56 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 18 19:54:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c69638c sys-kernel/genkernel-next: stable 68 for ppc, bug #640084 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" sys-kernel/genkernel-next/genkernel-next-68.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/genkernel-next/genkernel-next-68.ebuild b/sys-kernel/genkernel-next/genkernel-next-68.ebuild index 6c6dc85a4fb..f22175900dc 100644 --- a/sys-kernel/genkernel-next/genkernel-next-68.ebuild +++ b/sys-kernel/genkernel-next/genkernel-next-68.ebuild @@ -4,7 +4,7 @@ EAPI=6 SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86" inherit bash-completion-r1 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"