Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Tue, 31 Jan 2023 18:43:40
Message-Id: 1675190574.b2719ccdb7022a03304f483c2cd839b4c1c75e66.sam@gentoo
1 commit: b2719ccdb7022a03304f483c2cd839b4c1c75e66
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 18:42:16 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 18:42:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2719ccd
7
8 net-libs/nghttp2: Stabilize 1.51.0 amd64, #892043
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nghttp2/nghttp2-1.51.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.51.0.ebuild b/net-libs/nghttp2/nghttp2-1.51.0.ebuild
16 index 48c66bc6370a..308d77da26ec 100644
17 --- a/net-libs/nghttp2/nghttp2-1.51.0.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.51.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz
20
21 LICENSE="MIT"
22 SLOT="0/1.14" # <C++>.<C> SONAMEs
23 -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml"
26
27 RESTRICT="!test? ( test )"