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 B75C0138334 for ; Thu, 27 Dec 2018 02:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D99FE0963; Thu, 27 Dec 2018 02:57:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4D2D5E095A for ; Thu, 27 Dec 2018 02:57:52 +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 21380335C30 for ; Thu, 27 Dec 2018 02:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC42507 for ; Thu, 27 Dec 2018 02:57:48 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1545878987.904fb7092910cbb42253a415cb0b3f0a3e6c904f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber-core/cucumber-core-3.2.1.ebuild X-VCS-Directories: dev-util/cucumber-core/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 904fb7092910cbb42253a415cb0b3f0a3e6c904f X-VCS-Branch: master Date: Thu, 27 Dec 2018 02:57:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd0b66c5-bdf2-401a-88ee-ccf5635b429b X-Archives-Hash: bfb7c55002c64a889b5783b1c78e94e6 commit: 904fb7092910cbb42253a415cb0b3f0a3e6c904f Author: Matt Turner gentoo org> AuthorDate: Thu Dec 27 02:31:05 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 27 02:49:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904fb709 dev-util/cucumber-core-3.2.1: added ~ppc64, bug 634924 Signed-off-by: Matt Turner gentoo.org> dev-util/cucumber-core/cucumber-core-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild index e76ce4275af..c811cca76e2 100644 --- a/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild +++ b/dev-util/cucumber-core/cucumber-core-3.2.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz -> RUBY_S="cucumber-ruby-core-${PV}" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1-2)" IUSE="test"