Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Sun, 18 Aug 2019 17:11:03
Message-Id: 1566148234.56974f55cc56b82f48f33e8dd960aaa507ca9bbd.bman@gentoo
1 commit: 56974f55cc56b82f48f33e8dd960aaa507ca9bbd
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 17:10:34 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 17:10:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56974f55
7
8 dev-ruby/activesupport: arm64 keyworded (bug #692324)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12
13 dev-ruby/activesupport/activesupport-6.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/activesupport/activesupport-6.0.0.ebuild b/dev-ruby/activesupport/activesupport-6.0.0.ebuild
17 index 0f8ba84b2d7..096dcd80f05 100644
18 --- a/dev-ruby/activesupport/activesupport-6.0.0.ebuild
19 +++ b/dev-ruby/activesupport/activesupport-6.0.0.ebuild
20 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
21
22 LICENSE="MIT"
23 SLOT="$(ver_cut 1-2)"
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm64"
26 IUSE=""
27
28 RUBY_S="rails-${PV}/${PN}"