Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Wed, 15 Feb 2017 16:20:00
Message-Id: 1487175501.c2460fc2d2d2d3d9605c0469cae90cfd07ac6692.leio@gentoo
1 commit: c2460fc2d2d2d3d9605c0469cae90cfd07ac6692
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 16:18:21 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 15 16:18:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2460fc2
7
8 net-libs/nghttp2: Drop to ~arm64 for now
9
10 curl has lost stable arm64 keyword during cleanup and some nghttp2 optional
11 deps were never stabled or use.masked. Rather than doing the testing or
12 masking, just drop to ~arm64 for the time being due to only consumer having
13 lost stable keywords for now.
14
15 Package-Manager: Portage-2.3.3, Repoman-2.3.1
16
17 net-libs/nghttp2/nghttp2-1.10.0.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
21 index 52a7519d41..3c92a08c50 100644
22 --- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
23 +++ b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
31 inherit git-r3
32 else
33 SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz"
34 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
35 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
36 fi
37
38 DESCRIPTION="HTTP/2 C Library"