diff options
author | 2024-11-10 17:05:27 +0000 | |
---|---|---|
committer | 2024-11-10 17:05:27 +0000 | |
commit | aea2e004101db8211ee99e7ee85e0e153b165dfa (patch) | |
tree | 26b6d0147a0db6fa48cf187e8596f91eee60412b /net-libs | |
parent | x11-libs/gl2ps: Stabilize 1.4.2-r1 amd64, #943173 (diff) | |
download | gentoo-aea2e004101db8211ee99e7ee85e0e153b165dfa.tar.gz gentoo-aea2e004101db8211ee99e7ee85e0e153b165dfa.tar.bz2 gentoo-aea2e004101db8211ee99e7ee85e0e153b165dfa.zip |
net-libs/nghttp3: Keyword 1.6.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp3/nghttp3-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp3/nghttp3-1.6.0.ebuild b/net-libs/nghttp3/nghttp3-1.6.0.ebuild index 73e1a756bf6f..435f7754e75c 100644 --- a/net-libs/nghttp3/nghttp3-1.6.0.ebuild +++ b/net-libs/nghttp3/nghttp3-1.6.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 ~loong ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~m68k ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="HTTP/3 library written in C" |