diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-11 18:03:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-11 18:03:54 +0200 |
commit | 5b7dc1b5f1f986e398a06408db98088df49b2d1f (patch) | |
tree | e2bb8b5d48aea7791bcfd804d296ea51cd4f1a5f /dev-ruby/activejob | |
parent | dev-python/sip: version bump (diff) | |
download | gentoo-5b7dc1b5f1f986e398a06408db98088df49b2d1f.tar.gz gentoo-5b7dc1b5f1f986e398a06408db98088df49b2d1f.tar.bz2 gentoo-5b7dc1b5f1f986e398a06408db98088df49b2d1f.zip |
dev-ruby/activejob: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/activejob')
-rw-r--r-- | dev-ruby/activejob/activejob-4.2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activejob/activejob-4.2.9.ebuild b/dev-ruby/activejob/activejob-4.2.9.ebuild index 9d69664263b2..b4152f10845a 100644 --- a/dev-ruby/activejob/activejob-4.2.9.ebuild +++ b/dev-ruby/activejob/activejob-4.2.9.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |