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 D7B75139694 for ; Wed, 26 Jul 2017 08:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4513A1FC04A; Wed, 26 Jul 2017 08:20:14 +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 2329D1FC04A for ; Wed, 26 Jul 2017 08:20:14 +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 541FE33BE3E for ; Wed, 26 Jul 2017 08:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B935F74C7 for ; Wed, 26 Jul 2017 08:20:05 +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: <1501057194.d38cf46308fd79b37b55e3190a2dd5e421957509.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.2.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d38cf46308fd79b37b55e3190a2dd5e421957509 X-VCS-Branch: master Date: Wed, 26 Jul 2017 08:20:05 +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: 29028704-956c-4bd3-b6eb-801a87dd0baa X-Archives-Hash: 4b4d2f30fc1f2704919beb506073f276 commit: d38cf46308fd79b37b55e3190a2dd5e421957509 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jul 26 08:17:57 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 26 08:19:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38cf463 app-text/libmspub: ppc keyworded, bug #550040 (thanks to ernsteiswuerfel) Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" app-text/libmspub/libmspub-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 49924d75f79..5d8d28cf0aa 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -15,7 +15,7 @@ SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" IUSE="doc static-libs"