diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-20 14:45:15 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-20 14:45:15 +0300 |
commit | 94933b519059c49eec5ae48eac6bc37cdb5b1e32 (patch) | |
tree | ae1b54a50ea9d8ff8de864ad733630ab77247fd5 /net-libs/nghttp2 | |
parent | dev-python/virtualenv: Keyword 20.2.1 riscv, #700918 (diff) | |
download | gentoo-94933b519059c49eec5ae48eac6bc37cdb5b1e32.tar.gz gentoo-94933b519059c49eec5ae48eac6bc37cdb5b1e32.tar.bz2 gentoo-94933b519059c49eec5ae48eac6bc37cdb5b1e32.zip |
net-libs/nghttp2: Keyword 1.42.0 riscv, #760809
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.42.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.42.0.ebuild b/net-libs/nghttp2/nghttp2-1.42.0.ebuild index 6f2040983c87..5426a55b59df 100644 --- a/net-libs/nghttp2/nghttp2-1.42.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.42.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="HTTP/2 C Library" |