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 648CE139694 for ; Tue, 14 Feb 2017 00:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61444E0C34; Tue, 14 Feb 2017 00:36:29 +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 32FF9E0C33 for ; Tue, 14 Feb 2017 00:36:29 +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 E23AD340EF6 for ; Tue, 14 Feb 2017 00:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C5E546EF for ; Tue, 14 Feb 2017 00:36:26 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487032519.e1fdc496d331c5ee69f447c09dbdb60b009cca6d.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/stringex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/stringex/stringex-2.7.1.ebuild X-VCS-Directories: dev-ruby/stringex/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e1fdc496d331c5ee69f447c09dbdb60b009cca6d X-VCS-Branch: master Date: Tue, 14 Feb 2017 00:36:26 +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: 1beda0d9-d3ae-476f-9455-32ff0d78ce93 X-Archives-Hash: b3606b3b385d775adafa1ac362774eec commit: e1fdc496d331c5ee69f447c09dbdb60b009cca6d Author: Michael Weber gentoo org> AuthorDate: Mon Feb 13 23:16:47 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 14 00:35:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fdc496 dev-ruby/stringex: Add ~ppc keyword (bug 583390). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/stringex/stringex-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild b/dev-ruby/stringex/stringex-2.7.1.ebuild index 26469ec1f1..f4a5e77e3f 100644 --- a/dev-ruby/stringex/stringex-2.7.1.ebuild +++ b/dev-ruby/stringex/stringex-2.7.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/rsl/stringex" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="test" # we could rely on activerecord[sqlite3], but since we do not remove the