Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Thu, 01 Mar 2018 22:41:08
Message-Id: 1519944058.8cc7318607df0e53d03be68a7373ee8a8db57e26.mgorny@gentoo
1 commit: 8cc7318607df0e53d03be68a7373ee8a8db57e26
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 22:39:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 22:40:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc73186
7
8 net-libs/nghttp2: Tested on ~amd64-fbsd
9
10 net-libs/nghttp2/nghttp2-1.31.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-libs/nghttp2/nghttp2-1.31.0.ebuild b/net-libs/nghttp2/nghttp2-1.31.0.ebuild
14 index e578deb7b24..ffeb54eded2 100644
15 --- a/net-libs/nghttp2/nghttp2-1.31.0.ebuild
16 +++ b/net-libs/nghttp2/nghttp2-1.31.0.ebuild
17 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
18 inherit git-r3
19 else
20 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
21 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
22 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
23 fi
24
25 DESCRIPTION="HTTP/2 C Library"