Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Wed, 25 Nov 2015 23:00:41
Message-Id: 1448492849.7382ef4041ce6210697b173aa0e3ba7ccd7cb230.blueness@gentoo
1 commit: 7382ef4041ce6210697b173aa0e3ba7ccd7cb230
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 23:07:18 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 23:07:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7382ef40
7
8 net-libs/nghttp2: stable on arm, bug #558734
9
10 Package-Manager: portage-2.2.20.1
11
12 net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
16 index a19e2eb..fb93169 100644
17 --- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit git-2
21 else
22 SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz"
23 - KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
24 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86"
25 fi
26
27 DESCRIPTION="HTTP/2 C Library"