diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:45:08 +0200 |
commit | 1260c6cdd92a13bc69d224fa3de501890dd5fc82 (patch) | |
tree | 4a8cfb4328cca86aee68fe4b8859b14a7ad467c7 /dev-ruby/actionmailer | |
parent | dev-ruby/sprockets-rails: keyword ~arm64 (diff) | |
download | gentoo-1260c6cdd92a13bc69d224fa3de501890dd5fc82.tar.gz gentoo-1260c6cdd92a13bc69d224fa3de501890dd5fc82.tar.bz2 gentoo-1260c6cdd92a13bc69d224fa3de501890dd5fc82.zip |
dev-ruby/actionmailer: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-4.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild b/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild index e11e1fb0a423..84caccdae633 100644 --- a/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild +++ b/dev-ruby/actionmailer/actionmailer-4.2.8.ebuild @@ -17,7 +17,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 ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |