diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:23:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:57 +0200 |
commit | 6f148a51e5edf6834911f3cb268e4f52058e79b1 (patch) | |
tree | 2b051d55dbe5950ebff7227e2c9fd8168793171a /dev-ruby/actionpack | |
parent | dev-ruby/activesupport: keyword ~arm64 (diff) | |
download | gentoo-6f148a51e5edf6834911f3cb268e4f52058e79b1.tar.gz gentoo-6f148a51e5edf6834911f3cb268e4f52058e79b1.tar.bz2 gentoo-6f148a51e5edf6834911f3cb268e4f52058e79b1.zip |
dev-ruby/actionpack: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/actionpack-5.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionpack/actionpack-5.1.1.ebuild b/dev-ruby/actionpack/actionpack-5.1.1.ebuild index 54a7040729c5..af6d91fe727c 100644 --- a/dev-ruby/actionpack/actionpack-5.1.1.ebuild +++ b/dev-ruby/actionpack/actionpack-5.1.1.ebuild @@ -21,7 +21,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 ~ppc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |