Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Wed, 14 Aug 2019 21:37:11
Message-Id: 1565818619.f42162f725644754f75c4a8f78d8054578529a28.slyfox@gentoo
1 commit: f42162f725644754f75c4a8f78d8054578529a28
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Aug 14 19:56:25 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 21:36:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42162f7
7
8 net-libs/nghttp2: stable 1.39.2 for sparc, bug #692112
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 net-libs/nghttp2/nghttp2-1.39.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-libs/nghttp2/nghttp2-1.39.2.ebuild b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
19 index 5cdf8fc5ae9..5296963cb65 100644
20 --- a/net-libs/nghttp2/nghttp2-1.39.2.ebuild
21 +++ b/net-libs/nghttp2/nghttp2-1.39.2.ebuild
22 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
23 inherit autotools git-r3
24 else
25 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
26 - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
27 + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd"
28 fi
29
30 DESCRIPTION="HTTP/2 C Library"