diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-27 12:48:50 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-27 12:49:16 +0200 |
commit | 0d8c0c17aeebd7171933eb3b5b7cc3472acc00ff (patch) | |
tree | 137bf126437324c8a0869beece3d138b5cae208a /profiles/desc | |
parent | dev-libs/botan: Stabilize 3.0.0-r2 ppc64, #906856 (diff) | |
download | gentoo-0d8c0c17aeebd7171933eb3b5b7cc3472acc00ff.tar.gz gentoo-0d8c0c17aeebd7171933eb3b5b7cc3472acc00ff.tar.bz2 gentoo-0d8c0c17aeebd7171933eb3b5b7cc3472acc00ff.zip |
*: drop elibc_Winnt usage
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/curl_ssl.desc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 5f30da44502a..2e78c7ea73da 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl @@ -9,4 +9,3 @@ mbedtls - Use mbed TLS nss - Use Mozilla's Network Security Services openssl - Use OpenSSL rustls - Use Rustls -winssl - Use WinSSL (only with elibc_Winnt) |