diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-11-29 00:25:47 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-30 02:02:42 +0000 |
commit | 80455790b94445db96463adc45b207efbb4e0dd3 (patch) | |
tree | b5b5db1becdd49007f5800ffc0988dadb8dad3d5 /net-libs | |
parent | media-libs/libwebp: Stabilize 1.3.2 hppa, #914988 (diff) | |
download | gentoo-80455790b94445db96463adc45b207efbb4e0dd3.tar.gz gentoo-80455790b94445db96463adc45b207efbb4e0dd3.tar.bz2 gentoo-80455790b94445db96463adc45b207efbb4e0dd3.zip |
net-libs/nghttp2: Stabilize 1.57.0 hppa, #915599
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.57.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.57.0.ebuild b/net-libs/nghttp2/nghttp2-1.57.0.ebuild index 26c5c1ec20ad..fbbc7b203665 100644 --- a/net-libs/nghttp2/nghttp2-1.57.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.57.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # 1.<SONAME> -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" RESTRICT="!test? ( test )" |