Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber/
Date: Thu, 08 Jul 2021 03:53:41
Message-Id: 1625716376.d59b61cc5a62f75d5cd01136fd86bd09573b6f6c.sam@gentoo
1 commit: d59b61cc5a62f75d5cd01136fd86bd09573b6f6c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 03:52:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 03:52:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59b61cc
7
8 dev-util/cucumber: Stabilize 3.2.0 arm64, #799830
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cucumber/cucumber-3.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild b/dev-util/cucumber/cucumber-3.2.0.ebuild
16 index 9d954cbbcbb..74102d4c3a7 100644
17 --- a/dev-util/cucumber/cucumber-3.2.0.ebuild
18 +++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
20 RUBY_S="cucumber-ruby-${PV}"
21 LICENSE="Ruby"
22
23 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86"
25 SLOT="0"
26 IUSE="examples test"