diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:10:37 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:54 +0200 |
commit | b7c7617de9f39b5fc90f0a2f592ce170f9cd9ff9 (patch) | |
tree | 4cec7405e50865849641a11b227113b2e0449b97 /dev-ruby/httpclient | |
parent | dev-ruby/http: keyword ~arm64 (diff) | |
download | gentoo-b7c7617de9f39b5fc90f0a2f592ce170f9cd9ff9.tar.gz gentoo-b7c7617de9f39b5fc90f0a2f592ce170f9cd9ff9.tar.bz2 gentoo-b7c7617de9f39b5fc90f0a2f592ce170f9cd9ff9.zip |
dev-ruby/httpclient: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/httpclient/httpclient-2.8.3.ebuild b/dev-ruby/httpclient/httpclient-2.8.3.ebuild index b779aba990eb..045f865b6b41 100644 --- a/dev-ruby/httpclient/httpclient-2.8.3.ebuild +++ b/dev-ruby/httpclient/httpclient-2.8.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 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/nahi/httpclient/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${RDEPEND} |