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: Wed, 20 Oct 2021 00:23:15
Message-Id: 1634689364.9b1ac1638f69f8acf596aa632b6fd36a645566f5.sam@gentoo
1 commit: 9b1ac1638f69f8acf596aa632b6fd36a645566f5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 00:22:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 00:22:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1ac163
7
8 net-libs/nghttp2: Stabilize 1.45.1-r1 ppc64, #818907
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild b/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild
16 index bc3cb4979c2..0001e7e95a7 100644
17 --- a/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
23 - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~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 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 DESCRIPTION="HTTP/2 C Library"