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: Tue, 09 Oct 2018 12:10:54
Message-Id: 1539087047.92ca031f05b837e1c5e64fef9e73dd565f316762.zlogene@gentoo
1 commit: 92ca031f05b837e1c5e64fef9e73dd565f316762
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 12:10:31 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 12:10:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ca031f
7
8 net-libs/nghttp2: arm/s390 stable wrt bug #665798
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-libs/nghttp2/nghttp2-1.33.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/nghttp2/nghttp2-1.33.0.ebuild b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
17 index a0e6cd2b563..8e3d343e95f 100644
18 --- a/net-libs/nghttp2/nghttp2-1.33.0.ebuild
19 +++ b/net-libs/nghttp2/nghttp2-1.33.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 # TODO: Add python support.
26 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
30 - KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd"
31 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd"
32 fi
33
34 DESCRIPTION="HTTP/2 C Library"