diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-08-20 10:19:00 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-08-20 10:19:00 +0200 |
commit | b97cffe881a2c46948975c210e40f43ed3ef0513 (patch) | |
tree | 96a836c70694c236e9cd43af6bf64dd6056db62d /net-libs/nghttp3 | |
parent | net-firewall/arno-iptables-firewall: drop 2.1.1 (diff) | |
download | gentoo-b97cffe881a2c46948975c210e40f43ed3ef0513.tar.gz gentoo-b97cffe881a2c46948975c210e40f43ed3ef0513.tar.bz2 gentoo-b97cffe881a2c46948975c210e40f43ed3ef0513.zip |
net-libs/nghttp3: keyworded for Prefix solaris/macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.4.0.ebuild b/net-libs/nghttp3/nghttp3-1.4.0.ebuild index 5d4c61ea8172..689f8a212cbe 100644 --- a/net-libs/nghttp3/nghttp3-1.4.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.4.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |