diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 16:41:52 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 16:41:52 +0000 |
commit | 507c5e3ab4ec3ed587fc11325f39d6e2f62e0b17 (patch) | |
tree | 5645acc94d36b4b63e8e3eb2a1cb130687a7fec9 /net-libs | |
parent | net-libs/nghttp2: Stabilize 1.62.1 amd64, #938008 (diff) | |
download | gentoo-507c5e3ab4ec3ed587fc11325f39d6e2f62e0b17.tar.gz gentoo-507c5e3ab4ec3ed587fc11325f39d6e2f62e0b17.tar.bz2 gentoo-507c5e3ab4ec3ed587fc11325f39d6e2f62e0b17.zip |
net-libs/nghttp2: Stabilize 1.62.1 x86, #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 5a7f33974a44..38e73ec93643 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 )" |