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: Mon, 04 Oct 2021 00:50:55
Message-Id: 1633308638.7e84ddaca118e066f5ce4196e11c2ba9388dc7f9.sam@gentoo
1 commit: 7e84ddaca118e066f5ce4196e11c2ba9388dc7f9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:50:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:50:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e84ddac
7
8 dev-ruby/activesupport: Stabilize 6.0.4.1 x86, #816015
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/activesupport/activesupport-6.0.4.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-6.0.4.1.ebuild b/dev-ruby/activesupport/activesupport-6.0.4.1.ebuild
16 index 86312cd1cab..aa8ba7a98a9 100644
17 --- a/dev-ruby/activesupport/activesupport-6.0.4.1.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-6.0.4.1.ebuild
19 @@ -21,7 +21,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 ~sparc x86"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"