Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Sat, 29 Aug 2020 11:15:24
Message-Id: 1598699707.ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5.grobian@gentoo
1 commit: ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 11:14:49 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 11:15:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8efc96
7
8 net-libs/nghttp2-1.41.0: marked ~x64-{macos,solaris}
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
17 index e18ea823126..883097715ee 100644
18 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild
19 +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
21 inherit autotools git-r3
22 else
23 SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
24 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
25 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos ~x64-solaris"
26 fi
27
28 DESCRIPTION="HTTP/2 C Library"