diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-24 22:57:48 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-24 22:57:48 +0200 |
commit | 9b18966a5cdefceb218811334a79c515570bb534 (patch) | |
tree | 9df861b220023054f988ceade7a35232de8144c4 /net-libs | |
parent | app-vim/vspec: Keyword 1.9.2 arm64, #853736 (diff) | |
download | gentoo-9b18966a5cdefceb218811334a79c515570bb534.tar.gz gentoo-9b18966a5cdefceb218811334a79c515570bb534.tar.bz2 gentoo-9b18966a5cdefceb218811334a79c515570bb534.zip |
net-libs/nghttp2: Stabilize 1.47.0 hppa, #854057
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.47.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.47.0.ebuild b/net-libs/nghttp2/nghttp2-1.47.0.ebuild index 4b98fd65987e..c6d22ded9e03 100644 --- a/net-libs/nghttp2/nghttp2-1.47.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.47.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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="HTTP/2 C Library" |