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 7B5DF138330 for ; Tue, 9 Jan 2018 02:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03650E0935; Tue, 9 Jan 2018 02:00: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 D4586E0955 for ; Tue, 9 Jan 2018 02:00:13 +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 38DAE335DC9 for ; Mon, 8 Jan 2018 23:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C081B2 for ; Mon, 8 Jan 2018 23:57:55 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1515455843.4c3d39ba5afaaf424dfb0979d1e1a9798e73855a.whissi@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.0.0.ebuild X-VCS-Directories: dev-util/cucumber-core/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 4c3d39ba5afaaf424dfb0979d1e1a9798e73855a X-VCS-Branch: master Date: Mon, 8 Jan 2018 23:57:55 +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: b3298a92-b148-4fce-a073-e032ba59e7db X-Archives-Hash: e0ad7433af8ade5580db06416a9f2312 commit: 4c3d39ba5afaaf424dfb0979d1e1a9798e73855a Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jan 8 23:43:05 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jan 8 23:57:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d39ba dev-util/cucumber-core: x86 keyworded (bug #634924) Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/cucumber-core/cucumber-core-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild index fcd8b141a2e..ffc56674da0 100644 --- a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild +++ b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios" HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86" SLOT="3.0" IUSE="test"