Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Wed, 02 Sep 2015 04:22:47
Message-Id: 1441167752.54ce2c6aa50145548d1594fcd9512d4f0f14300d.jer@gentoo
1 commit: 54ce2c6aa50145548d1594fcd9512d4f0f14300d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 04:22:32 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 04:22:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ce2c6a
7
8 net-libs/nghttp2: Stable for HPPA PPC64 (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 3a8f850..086c6d7 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"