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/activejob/
Date: Sat, 01 Jul 2017 13:45:24
Message-Id: 1498916704.7474362d75b004b6dceeccf1ba8f1613595a6ee5.aballier@gentoo
1 commit: 7474362d75b004b6dceeccf1ba8f1613595a6ee5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:11:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7474362d
7
8 dev-ruby/activejob: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/activejob/activejob-5.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activejob/activejob-5.1.1.ebuild b/dev-ruby/activejob/activejob-5.1.1.ebuild
16 index f9fe12f9fb9..445487103ad 100644
17 --- a/dev-ruby/activejob/activejob-5.1.1.ebuild
18 +++ b/dev-ruby/activejob/activejob-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 ~amd64-linux"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"