diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:16:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:55 +0200 |
commit | 216a741d4fb8f9e8a12e25bb4b0b5413d79e4306 (patch) | |
tree | 5d49d7e547d0d3c0a868794059d138a3bbe19860 /dev-ruby/webmock | |
parent | dev-ruby/httpclient: keyword ~arm64 (diff) | |
download | gentoo-216a741d4fb8f9e8a12e25bb4b0b5413d79e4306.tar.gz gentoo-216a741d4fb8f9e8a12e25bb4b0b5413d79e4306.tar.bz2 gentoo-216a741d4fb8f9e8a12e25bb4b0b5413d79e4306.zip |
dev-ruby/webmock: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/webmock')
-rw-r--r-- | dev-ruby/webmock/webmock-1.24.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/webmock/webmock-1.24.6.ebuild b/dev-ruby/webmock/webmock-1.24.6.ebuild index a99429c51c61..7665d35666a5 100644 --- a/dev-ruby/webmock/webmock-1.24.6.ebuild +++ b/dev-ruby/webmock/webmock-1.24.6.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 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/bblimke/webmock" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 dev-ruby/hashdiff" |