Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Fri, 14 Sep 2018 12:17:44
Message-Id: 1536927447.3ae0f98bcea9d46054cbacaf18e243198cc33332.klausman@gentoo
1 commit: 3ae0f98bcea9d46054cbacaf18e243198cc33332
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 12:13:18 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 12:17:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae0f98b
7
8 net-libs/nghttp2-1.33.0-r0: alpha stable
9
10 Gentoo-Bug: http://bugs.gentoo.org/665798
11
12 net-libs/nghttp2/nghttp2-1.33.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
16 index d57b8cb3f61..9ae6060c025 100644
17 --- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit 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 ~s390 ~sh sparc x86 ~amd64-fbsd"
24 + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd"
25 fi
26
27 DESCRIPTION="HTTP/2 C Library"