diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:45:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:45:00 +0200 |
commit | 9349877901d6230591a35a79b01fb580663bbe79 (patch) | |
tree | ad9dd3a12357277276d9784fb714821899dc97bd /dev-ruby | |
parent | dev-ruby/rack-cache: keyword ~arm64 (diff) | |
download | gentoo-9349877901d6230591a35a79b01fb580663bbe79.tar.gz gentoo-9349877901d6230591a35a79b01fb580663bbe79.tar.bz2 gentoo-9349877901d6230591a35a79b01fb580663bbe79.zip |
dev-ruby/activemodel: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activemodel/activemodel-5.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activemodel/activemodel-5.1.1.ebuild b/dev-ruby/activemodel/activemodel-5.1.1.ebuild index ec1f01e7c3c0..5cb85b6aa7e8 100644 --- a/dev-ruby/activemodel/activemodel-5.1.1.ebuild +++ b/dev-ruby/activemodel/activemodel-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}" |