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 70B05138334 for ; Tue, 23 Apr 2019 19:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C78E09A6; Tue, 23 Apr 2019 19:33:29 +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 0FC19E09A6 for ; Tue, 23 Apr 2019 19:33:28 +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 E2BDA342184 for ; Tue, 23 Apr 2019 19:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B9DF452 for ; Tue, 23 Apr 2019 19:33:26 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1556047964.1f01050e3c83d211cd25991d7fbcb9bd7823e9dc.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cucumber/cucumber-3.1.2.ebuild X-VCS-Directories: dev-util/cucumber/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1f01050e3c83d211cd25991d7fbcb9bd7823e9dc X-VCS-Branch: master Date: Tue, 23 Apr 2019 19:33: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4a785dc-68e1-4381-a048-de08ead7f207 X-Archives-Hash: 553cd02586874d84730490072ace7d60 commit: 1f01050e3c83d211cd25991d7fbcb9bd7823e9dc Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 23 19:32:44 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 23 19:32:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f01050e dev-util/cucumber: amd64 stable wrt bug #684076 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-util/cucumber/cucumber-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cucumber/cucumber-3.1.2.ebuild b/dev-util/cucumber/cucumber-3.1.2.ebuild index f608147f4b6..4420acad479 100644 --- a/dev-util/cucumber/cucumber-3.1.2.ebuild +++ b/dev-util/cucumber/cucumber-3.1.2.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P} RUBY_S="cucumber-ruby-${PV}" LICENSE="Ruby" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" SLOT="0" IUSE="examples test"