Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Tue, 04 Sep 2018 08:30:30
Message-Id: 1536049818.9e4973d5b143aa20e33437dc5abc698fc966a986.polynomial-c@gentoo
1 commit: 9e4973d5b143aa20e33437dc5abc698fc966a986
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 4 08:29:13 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 4 08:30:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4973d5
7
8 net-libs/nghttp2: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 net-libs/nghttp2/nghttp2-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
16 index 31d1de9f15b..e5d039fc718 100644
17 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 # TODO: Add python support.
22
23 -EAPI=6
24 +EAPI=7
25
26 inherit multilib-minimal
27
28 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
29 inherit autotools git-r3
30 else
31 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
34 fi
35
36 DESCRIPTION="HTTP/2 C Library"