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 02A2A139083 for ; Sat, 9 Dec 2017 13:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D85E0EE1; Sat, 9 Dec 2017 13:10:38 +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 16C26E0ECD for ; Sat, 9 Dec 2017 13:10:38 +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 0045B33C1EB for ; Sat, 9 Dec 2017 13:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54435AE79 for ; Sat, 9 Dec 2017 13:10:35 +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: <1512825029.a0d2d2e3ba676b34469657a86edef1e9cb187355.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast_gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild X-VCS-Directories: dev-ruby/fast_gettext/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a0d2d2e3ba676b34469657a86edef1e9cb187355 X-VCS-Branch: master Date: Sat, 9 Dec 2017 13:10:35 +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: 2c19eaa2-6602-43cb-b96c-3a9dfcc7401a X-Archives-Hash: be571a4b751edfb16011e6784b5c7b50 commit: a0d2d2e3ba676b34469657a86edef1e9cb187355 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Dec 9 13:07:19 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Dec 9 13:10:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2d2e3 dev-ruby/fast_gettext: keyworded 1.5.1 for ppc, bug #639472 Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild b/dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild index 391aeb7cecf..6d3a576f2d0 100644 --- a/dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-1.5.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bundler )"