diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 21:32:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-31 21:32:34 +0200 |
commit | 757822f2d17ce404141f665d33d5877efee5b6e3 (patch) | |
tree | c39a8ea8e21dde3c49bd4176d31cae916ac7f55b /net-libs | |
parent | dev-ml/extlib: update EAPI 7 -> 8 (diff) | |
download | gentoo-757822f2d17ce404141f665d33d5877efee5b6e3.tar.gz gentoo-757822f2d17ce404141f665d33d5877efee5b6e3.tar.bz2 gentoo-757822f2d17ce404141f665d33d5877efee5b6e3.zip |
net-libs/nghttp2: Stabilize 1.51.0 hppa, #892043
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.51.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.51.0.ebuild b/net-libs/nghttp2/nghttp2-1.51.0.ebuild index 4bff6b79d800..72646d905f41 100644 --- a/net-libs/nghttp2/nghttp2-1.51.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.51.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # <C++>.<C> SONAMEs -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" IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml" RESTRICT="!test? ( test )" |