commit: 30763cb95499b3c8e29e10a56e142aba72be29a6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 02:23:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 02:23:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30763cb9
net-libs/nghttp2: Stabilize 1.64.0 arm64, #948626 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/nghttp2/nghttp2-1.64.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.64.0.ebuild b/net-libs/nghttp2/nghttp2-1.64.0.ebuild index 1c37ea0ab83d..e5a4fb6b4db4 100644 --- a/net-libs/nghttp2/nghttp2-1.64.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.64.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~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 ~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 )"