commit: b877788fc35bff6d286a421a90af7229a34b917f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 17:50:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 1 18:06:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b877788f
dev-php/pecl-http: drop obsolete LibreSSL support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/pecl-http/pecl-http-3.2.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-php/pecl-http/pecl-http-3.2.1.ebuild
b/dev-php/pecl-http/pecl-http-3.2.1.ebuild
index bb652b2134f..6ccd05d09da 100644
--- a/dev-php/pecl-http/pecl-http-3.2.1.ebuild
+++ b/dev-php/pecl-http/pecl-http-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -20,7 +20,7 @@ KEYWORDS="amd64 x86"
DESCRIPTION="Extended HTTP Support for PHP"
LICENSE="BSD-2 MIT"
SLOT="7"
-IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl"
+IUSE="ssl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl"
DEPEND="app-arch/brotli:=
dev-libs/libevent
@@ -28,7 +28,7 @@ DEPEND="app-arch/brotli:=
dev-php/pecl-raphf:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?]
net-dns/libidn2
sys-libs/zlib
- ssl? (
net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=]
)
+ ssl? (
net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_nss=,curl_ssl_openssl=] )
!ssl? ( net-misc/curl[-ssl] )
php_targets_php7-1? ( dev-lang/php:7.1[hash,session,iconv] )
php_targets_php7-2? ( dev-lang/php:7.2[hash,session,iconv] )