diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-18 09:58:02 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 19:42:33 +0100 |
commit | 76eff7cede000cf67caef79ac59bb6f1e517a63e (patch) | |
tree | ebf0baae063523ea803bdaa7f89fac187bb2e9a3 /dev-ruby/httpclient | |
parent | dev-ruby/diva: keyword 1.1.0 for ~riscv (diff) | |
download | gentoo-76eff7cede000cf67caef79ac59bb6f1e517a63e.tar.gz gentoo-76eff7cede000cf67caef79ac59bb6f1e517a63e.tar.bz2 gentoo-76eff7cede000cf67caef79ac59bb6f1e517a63e.zip |
dev-ruby/httpclient: keyword 2.8.3-r1 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/httpclient')
-rw-r--r-- | dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild b/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild index 36a0fd386fbc..c3fa983552eb 100644 --- a/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild +++ b/dev-ruby/httpclient/httpclient-2.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # 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="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "virtual/ruby-ssl" |