diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-08-14 10:34:53 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-08-14 11:26:20 +1000 |
commit | 80e7774c74bced9739505d4d2ed53f0e4b958169 (patch) | |
tree | e16b38b73a7c4d4ef273e6cf358b2f9284f7058b /profiles/arch/x86 | |
parent | net-libs/nghttp3: keyword 1.4.0 for ~sparc (diff) | |
download | gentoo-80e7774c74bced9739505d4d2ed53f0e4b958169.tar.gz gentoo-80e7774c74bced9739505d4d2ed53f0e4b958169.tar.bz2 gentoo-80e7774c74bced9739505d4d2ed53f0e4b958169.zip |
profiles/arch: update QUIC/HTTP/3 mask for curl
As most arches now meet the requirements to enable
HTTP/3 via one or more of the available QUIC backends,
update so that we're masking on arches without support
rather than unmasking where there is.
This means that we're masked on: alpha, ia64, ppc, ppc64.
I'll fire off appropriate keyword requests to enable this
support where it makes sense.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9191ad71d941..ddda1cc8f9a4 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Matt Jolly <kangie@gentoo.org> (2023-08-10) -# http3 is avilable via openssl[quic] on this arch. -net-misc/curl -http3 -quic -curl_quic_openssl curl_quic_ngtcp2 - # orbea <orbea@riseup.net> (2024-07-19) # Unmask the dynarec flag which has x86 asm. games-emulation/rmg -dynarec |