Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Thu, 26 Apr 2018 09:48:41
Message-Id: 1524736114.232836cfb469814d1ea8acc6279a1315afb9b5ff.zlogene@gentoo
1 commit: 232836cfb469814d1ea8acc6279a1315afb9b5ff
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 09:48:34 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 09:48:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232836cf
7
8 net-libs/nghttp2: arm stable wrt bug #653066
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/nghttp2/nghttp2-1.31.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
16 index 8b67f83cb8e..403f0012214 100644
17 --- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.31.1.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"