From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1715603-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D79F2158B20 for <garchives@archives.gentoo.org>; Fri, 07 Feb 2025 15:41:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B2B2234307D for <garchives@archives.gentoo.org>; Fri, 07 Feb 2025 15:41:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA478110471; Fri, 07 Feb 2025 15:41:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D2EB6110471 for <gentoo-commits@lists.gentoo.org>; Fri, 07 Feb 2025 15:41:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89280342FDC for <gentoo-commits@lists.gentoo.org>; Fri, 07 Feb 2025 15:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E69851955 for <gentoo-commits@lists.gentoo.org>; Fri, 07 Feb 2025 15:41:03 +0000 (UTC) From: "orbea" <orbea@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" <orbea@riseup.net> Message-ID: <1738942775.7ac28c4a790880b4b4cc6d99e7a1e535b2817a86.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/curl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-misc/curl/curl-8.10.1-r2.ebuild net-misc/curl/curl-8.11.1-r2.ebuild net-misc/curl/curl-8.12.0.ebuild net-misc/curl/curl-8.9.1-r2.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 7ac28c4a790880b4b4cc6d99e7a1e535b2817a86 X-VCS-Branch: master Date: Fri, 07 Feb 2025 15:41:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd42d6f5-32aa-4d18-aced-f0c02ac4f328 X-Archives-Hash: 3d38bf4573471d1ef0b797365c909efd commit: 7ac28c4a790880b4b4cc6d99e7a1e535b2817a86 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Fri Feb 7 15:38:56 2025 +0000 Commit: orbea <orbea <AT> riseup <DOT> net> CommitDate: Fri Feb 7 15:39:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=7ac28c4a net-misc/curl: fix IUSE again I was overly cautious in the previous commit. Fixes: be2e20899c222b91adfd6c9f4636b44e908a15e6 Signed-off-by: orbea <orbea <AT> riseup.net> net-misc/curl/curl-8.10.1-r2.ebuild | 2 +- net-misc/curl/curl-8.11.1-r2.ebuild | 2 +- net-misc/curl/curl-8.12.0.ebuild | 2 +- net-misc/curl/curl-8.9.1-r2.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/curl/curl-8.10.1-r2.ebuild b/net-misc/curl/curl-8.10.1-r2.ebuild index 65fa2b6..9dda829 100644 --- a/net-misc/curl/curl-8.10.1-r2.ebuild +++ b/net-misc/curl/curl-8.10.1-r2.ebuild @@ -90,7 +90,7 @@ RDEPEND=" psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] ) quic? ( curl_quic_openssl? ( >=dev-libs/openssl-3.3.0:=[quic,${MULTILIB_USEDEP}] ) - curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[-gnutls,ssl,openssl,${MULTILIB_USEDEP}] ) + curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[ssl,openssl,${MULTILIB_USEDEP}] ) ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] ) diff --git a/net-misc/curl/curl-8.11.1-r2.ebuild b/net-misc/curl/curl-8.11.1-r2.ebuild index 9c19c5d..5f68dfe 100644 --- a/net-misc/curl/curl-8.11.1-r2.ebuild +++ b/net-misc/curl/curl-8.11.1-r2.ebuild @@ -90,7 +90,7 @@ RDEPEND=" psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] ) quic? ( curl_quic_openssl? ( >=dev-libs/openssl-3.3.0:=[quic,${MULTILIB_USEDEP}] ) - curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[-gnutls,ssl,openssl,${MULTILIB_USEDEP}] ) + curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[ssl,openssl,${MULTILIB_USEDEP}] ) ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] ) diff --git a/net-misc/curl/curl-8.12.0.ebuild b/net-misc/curl/curl-8.12.0.ebuild index f8f62b3..8e9833f 100644 --- a/net-misc/curl/curl-8.12.0.ebuild +++ b/net-misc/curl/curl-8.12.0.ebuild @@ -90,7 +90,7 @@ RDEPEND=" psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] ) quic? ( curl_quic_openssl? ( >=dev-libs/openssl-3.3.0:=[quic,${MULTILIB_USEDEP}] ) - curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[-gnutls,ssl,openssl,${MULTILIB_USEDEP}] ) + curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[ssl,openssl,${MULTILIB_USEDEP}] ) ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] ) diff --git a/net-misc/curl/curl-8.9.1-r2.ebuild b/net-misc/curl/curl-8.9.1-r2.ebuild index 57eca53..aa6c650 100644 --- a/net-misc/curl/curl-8.9.1-r2.ebuild +++ b/net-misc/curl/curl-8.9.1-r2.ebuild @@ -90,7 +90,7 @@ RDEPEND=" psl? ( net-libs/libpsl[${MULTILIB_USEDEP}] ) quic? ( curl_quic_openssl? ( >=dev-libs/openssl-3.3.0:=[quic,${MULTILIB_USEDEP}] ) - curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[-gnutls,ssl,openssl,${MULTILIB_USEDEP}] ) + curl_quic_ngtcp2? ( >=net-libs/ngtcp2-1.2.0[ssl,openssl,${MULTILIB_USEDEP}] ) ) rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.0.0[${MULTILIB_USEDEP}] )