diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-30 14:38:38 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-30 14:47:15 +0200 |
commit | 20ca655b76488c312f638a96b8ffae6b923f4eca (patch) | |
tree | fd1541cc2ae49e6c0cf0fd91884a1daef551fdf5 /dev-ruby/activesupport | |
parent | dev-ruby/i18n: keyword ~arm64 (diff) | |
download | gentoo-20ca655b76488c312f638a96b8ffae6b923f4eca.tar.gz gentoo-20ca655b76488c312f638a96b8ffae6b923f4eca.tar.bz2 gentoo-20ca655b76488c312f638a96b8ffae6b923f4eca.zip |
dev-ruby/activesupport: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/activesupport-4.2.8.ebuild b/dev-ruby/activesupport/activesupport-4.2.8.ebuild index 681ed33a9250..d963a4f3ad2c 100644 --- a/dev-ruby/activesupport/activesupport-4.2.8.ebuild +++ b/dev-ruby/activesupport/activesupport-4.2.8.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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_S="rails-${PV}/${PN}" |