diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:31:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:58 +0200 |
commit | d17225b0ed4cab8f207d0c2bc242b68f42fc409f (patch) | |
tree | 8a9dcf3b504ee945d2e6e1a3d82c32f622c48464 /dev-ruby/loofah | |
parent | dev-ruby/rails-html-sanitizer: keyword ~arm64 (diff) | |
download | gentoo-d17225b0ed4cab8f207d0c2bc242b68f42fc409f.tar.gz gentoo-d17225b0ed4cab8f207d0c2bc242b68f42fc409f.tar.bz2 gentoo-d17225b0ed4cab8f207d0c2bc242b68f42fc409f.zip |
dev-ruby/loofah: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/loofah')
-rw-r--r-- | dev-ruby/loofah/loofah-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/loofah/loofah-2.0.3.ebuild b/dev-ruby/loofah/loofah-2.0.3.ebuild index c91ccb355c4f..4c799fc08f92 100644 --- a/dev-ruby/loofah/loofah-2.0.3.ebuild +++ b/dev-ruby/loofah/loofah-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/flavorjones/loofah" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.9" |