diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-07-24 17:23:33 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-07-24 17:31:59 +1000 |
commit | e1d5033cde3a1ac798f7f1f9bca4ee7de14788b4 (patch) | |
tree | 865030561aa9159de87fea285e07add00399f6d7 /profiles/arch/x86 | |
parent | dev-python/pycares: Keyword 4.4.0 sparc, #936574 (diff) | |
download | gentoo-e1d5033cde3a1ac798f7f1f9bca4ee7de14788b4.tar.gz gentoo-e1d5033cde3a1ac798f7f1f9bca4ee7de14788b4.tar.bz2 gentoo-e1d5033cde3a1ac798f7f1f9bca4ee7de14788b4.zip |
profiles/: net-misc/curl: Begin making http3 available.
- mask USE http3, quic globally
- unmask on arches with support
We will switch to a per-arch mask down the line as keyword requests
are fulfilled.
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, 4 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index ddda1cc8f9a4..ed4627a7685b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # 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_ngtcp2 + # orbea <orbea@riseup.net> (2024-07-19) # Unmask the dynarec flag which has x86 asm. games-emulation/rmg -dynarec |