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: Thu, 15 Aug 2019 18:51:57
Message-Id: 1565895095.8bfe966a580746037fc53d022622e7e3833ba195.slyfox@gentoo
1 commit: 8bfe966a580746037fc53d022622e7e3833ba195
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Aug 15 18:19:01 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 18:51:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfe966a
7
8 net-libs/nghttp2: stable 1.39.2 for hppa, bug #692112
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 RepoMan-Options: --include-arches="hppa"
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 f8596c6c946..0dc68e1b001 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"