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 57DAD138334 for ; Thu, 12 Jul 2018 21:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E1AE0769; Thu, 12 Jul 2018 21:16:54 +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 15879E0769 for ; Thu, 12 Jul 2018 21:16:54 +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 56EF7335D29 for ; Thu, 12 Jul 2018 21:16:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FE6364 for ; Thu, 12 Jul 2018 21:16:50 +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: <1531430192.132b8f8e56376aeb89abc9db6936a25f6fee79c3.slyfox@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 dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild X-VCS-Directories: dev-util/cucumber-core/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 132b8f8e56376aeb89abc9db6936a25f6fee79c3 X-VCS-Branch: master Date: Thu, 12 Jul 2018 21:16:50 +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: 5b201706-43f3-44d7-81e1-e7fb71e98266 X-Archives-Hash: d82f506632f48535db409f152fc1d677 commit: 132b8f8e56376aeb89abc9db6936a25f6fee79c3 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Jul 12 20:20:31 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jul 12 21:16:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132b8f8e dev-util/cucumber-core: keyworded >=3.0.0 for sparc Bug: https://bugs.gentoo.org/634924 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" dev-util/cucumber-core/cucumber-core-3.0.0.ebuild | 2 +- dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 d80226e8b39..078c3dd6b01 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 ~hppa ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86" SLOT="3.0" IUSE="test" diff --git a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild b/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild index ff11b505a80..f3c9451e8d5 100644 --- a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild +++ b/dev-util/cucumber-core/cucumber-core-3.1.0-r1.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 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86" SLOT="3.1" IUSE="test"