Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel/
Date: Sat, 01 Jul 2017 13:45:22
Message-Id: 1498916700.9349877901d6230591a35a79b01fb580663bbe79.aballier@gentoo
1 commit: 9349877901d6230591a35a79b01fb580663bbe79
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:45:53 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93498779
7
8 dev-ruby/activemodel: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/activemodel/activemodel-5.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activemodel/activemodel-5.1.1.ebuild b/dev-ruby/activemodel/activemodel-5.1.1.ebuild
16 index ec1f01e7c3c..5cb85b6aa7e 100644
17 --- a/dev-ruby/activemodel/activemodel-5.1.1.ebuild
18 +++ b/dev-ruby/activemodel/activemodel-5.1.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="$(get_version_component_range 1-2)"
23 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"