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: Sat, 03 Jul 2021 01:28:48
Message-Id: 1625275643.0d77fdc259e6650f0e560a17a3b5c0fb0bbeccc8.sam@gentoo
1 commit: 0d77fdc259e6650f0e560a17a3b5c0fb0bbeccc8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 01:27:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 01:27:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d77fdc2
7
8 dev-util/cucumber: Stabilize 3.2.0 x86, #799830
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cucumber/cucumber-3.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild b/dev-util/cucumber/cucumber-3.2.0.ebuild
16 index 9904c9eb253..5fa3452ad09 100644
17 --- a/dev-util/cucumber/cucumber-3.2.0.ebuild
18 +++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
26 RUBY_S="cucumber-ruby-${PV}"
27 LICENSE="Ruby"
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc x86"
31 SLOT="0"
32 IUSE="examples test"