Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Sun, 18 Feb 2018 21:48:48
Message-Id: 1518990481.f666f4cabfb80a1d87ec0577f3ed3a3a13e54693.whissi@gentoo
1 commit: f666f4cabfb80a1d87ec0577f3ed3a3a13e54693
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 21:38:18 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 21:48:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666f4ca
7
8 net-libs/nghttp2: x86 stable (bug #646100)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/nghttp2/nghttp2-1.29.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.29.0.ebuild b/net-libs/nghttp2/nghttp2-1.29.0.ebuild
16 index a8bea817d1e..341a22a07a0 100644
17 --- a/net-libs/nghttp2/nghttp2-1.29.0.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.29.0.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
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"