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: Mon, 11 Oct 2021 00:45:15
Message-Id: 1633913093.10d02863817247d2c1f8c4a4f9601e52cbf2b7ba.sam@gentoo
1 commit: 10d02863817247d2c1f8c4a4f9601e52cbf2b7ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 00:44:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 00:44:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d02863
7
8 dev-util/cucumber: Keyword 6.1.0 s390, #802141
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cucumber/cucumber-6.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild b/dev-util/cucumber/cucumber-6.1.0.ebuild
16 index 93769e6c2e9..97932e11cf0 100644
17 --- a/dev-util/cucumber/cucumber-6.1.0.ebuild
18 +++ b/dev-util/cucumber/cucumber-6.1.0.ebuild
19 @@ -21,7 +21,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 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 SLOT="0"
26 IUSE="examples test"