diff options
author | Sam James <sam@gentoo.org> | 2023-10-12 00:59:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-12 00:59:53 +0100 |
commit | 4e30b6a4648a0c8218e45b48d4d585ebd0d2d2b7 (patch) | |
tree | c6fd9215496b51891e0366503ec7e65624dae78e /net-libs | |
parent | net-libs/nghttp2: Stabilize 1.57.0 arm64, #915599 (diff) | |
download | gentoo-4e30b6a4648a0c8218e45b48d4d585ebd0d2d2b7.tar.gz gentoo-4e30b6a4648a0c8218e45b48d4d585ebd0d2d2b7.tar.bz2 gentoo-4e30b6a4648a0c8218e45b48d4d585ebd0d2d2b7.zip |
net-libs/nghttp2: Stabilize 1.57.0 ppc64, #915599
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 e7515a3e55d5..f8ec6be03f56 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 )" |