commit: 4d9ae832aec81ab94787af9fea44a231309664c7 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Aug 14 02:24:45 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Aug 14 02:30:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9ae832
profiles: fix cURL HTTP/3 / QUIC mask Missed s390 and loong. Update USE mask from `ssl' -> `openssl` on net-libs/ngtcp2: This appears to be outdated; `gnutls` works and depends on `ssl` Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ---- profiles/arch/loong/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ profiles/base/package.use.mask | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 2fae3b25f8ea..b9ed7199898a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -124,10 +124,6 @@ dev-qt/qtbase -renderdoc # media-libs/roc-toolkit is not keyworded in most places media-video/pipewire -roc -# Matt Jolly <[email protected]> (2023-08-10) -# 'ssl' USE required for curl's nghttp3/quic support -net-libs/ngtcp2 -ssl - # Matt Jolly <[email protected]> (2023-08-10) # nghttp3 has been tested to work on amd64 net-misc/curl -nghttp3 diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 84563bd6de9c..1576c2ae231b 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly <[email protected]> (2024-08-14) +# QUIC dependencies are not keyworded +net-misc/curl http3 quic curl_quic_openssl curl_quic_ngtcp2 + # Ulrich Müller <[email protected]> (2024-08-03) # Needs dev-libs/openspecfun which is not yet keyworded sci-visualization/gnuplot amos diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 4c7d8026ed71..442b717d7b57 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/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 <[email protected]> (2024-08-14) +# QUIC dependencies are not keyworded +net-misc/curl http3 quic curl_quic_openssl curl_quic_ngtcp2 + # Michał Górny <[email protected]> (2024-07-24) # Full testing requires www-client/firefox. dev-python/selenium test-rust diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b3d6e7f547fd..3524602d25e9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -683,7 +683,7 @@ dev-python/statsmodels doc # Craig Andrews <[email protected]> (2019-09-12) # OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support # see https://github.com/openssl/openssl/pull/8797 -net-libs/ngtcp2 ssl +net-libs/ngtcp2 openssl net-misc/curl nghttp3 # Thomas Deutschmann <[email protected]> (2019-09-02)
