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-ruby/activesupport/
Date: Tue, 26 Apr 2022 14:45:56
Message-Id: 1650984339.2ced9f59e8fbfdda8cea1cf104c4803f1ce2e989.sam@gentoo
1 commit: 2ced9f59e8fbfdda8cea1cf104c4803f1ce2e989
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 14:41:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 14:45:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ced9f59
7
8 dev-ruby/activesupport: keyword 6.1.5 for ~s390
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/activesupport/activesupport-6.1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-6.1.5.ebuild b/dev-ruby/activesupport/activesupport-6.1.5.ebuild
16 index e5022b82fb44..af3f42e0b0bc 100644
17 --- a/dev-ruby/activesupport/activesupport-6.1.5.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-6.1.5.ebuild
19 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1-2)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"