diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-13 17:14:06 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-13 17:14:06 +0300 |
commit | caacc490a4819d974739e62bdb59d0b4bee233d9 (patch) | |
tree | ddf900198550061405027cd976cc487688e96f57 /net-libs/nghttp2 | |
parent | dev-libs/openssl: Stabilize 3.0.11 ppc, #915563 (diff) | |
download | gentoo-caacc490a4819d974739e62bdb59d0b4bee233d9.tar.gz gentoo-caacc490a4819d974739e62bdb59d0b4bee233d9.tar.bz2 gentoo-caacc490a4819d974739e62bdb59d0b4bee233d9.zip |
net-libs/nghttp2: Stabilize 1.57.0 ppc, #915599
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-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 c265dd9d15ce..26c5c1ec20ad 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 )" |