diff options
author | 2024-08-16 16:41:51 +0000 | |
---|---|---|
committer | 2024-08-16 16:41:51 +0000 | |
commit | 1d8a77584f3275a361ae6fc17d820b975c8ccc8f (patch) | |
tree | 29a578fb2d97b05e1cca3bf45eba80ec280a3596 /net-libs | |
parent | net-mail/dovecot: Stabilize 2.3.21.1 ppc64, #937959 (diff) | |
download | gentoo-1d8a77584f3275a361ae6fc17d820b975c8ccc8f.tar.gz gentoo-1d8a77584f3275a361ae6fc17d820b975c8ccc8f.tar.bz2 gentoo-1d8a77584f3275a361ae6fc17d820b975c8ccc8f.zip |
net-libs/nghttp2: Stabilize 1.62.1 ppc64, #938008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.62.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.62.1.ebuild b/net-libs/nghttp2/nghttp2-1.62.1.ebuild index 49bbc6b20577..22a39afe811e 100644 --- a/net-libs/nghttp2/nghttp2-1.62.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.62.1.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" REQUIRED_USE="test? ( static-libs )" |