diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-08-29 13:14:49 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-08-29 13:15:07 +0200 |
commit | ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5 (patch) | |
tree | b359bd6779b66a0cd7eef8fb2d8da95fe67eb0f5 /net-libs/nghttp2 | |
parent | net-analyzer/argus: Version 3.0.8.3 (diff) | |
download | gentoo-ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5.tar.gz gentoo-ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5.tar.bz2 gentoo-ca8efc9638fef91e6fd4afd9e4077da7a5fc82f5.zip |
net-libs/nghttp2-1.41.0: marked ~x64-{macos,solaris}
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index e18ea823126d..883097715ee4 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/2 C Library" |