diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 00:55:36 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-13 01:06:44 +0100 |
commit | a4b3ae35742501bc83b4883c452e020eee170f17 (patch) | |
tree | 0d1f274846eb35ed24a87963b1736e27620b1854 /dev-php/pecl-http | |
parent | dev-php/pecl-redis: fix MissingUseDepDefault (diff) | |
download | gentoo-a4b3ae35742501bc83b4883c452e020eee170f17.tar.gz gentoo-a4b3ae35742501bc83b4883c452e020eee170f17.tar.bz2 gentoo-a4b3ae35742501bc83b4883c452e020eee170f17.zip |
dev-php/pecl-http: fix MissingUseDepDefault
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-http')
-rw-r--r-- | dev-php/pecl-http/pecl-http-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-http/pecl-http-3.2.3.ebuild b/dev-php/pecl-http/pecl-http-3.2.3.ebuild index 34a213da1df4..df14e937eb77 100644 --- a/dev-php/pecl-http/pecl-http-3.2.3.ebuild +++ b/dev-php/pecl-http/pecl-http-3.2.3.ebuild @@ -25,7 +25,7 @@ IUSE="ssl curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl" DEPEND="app-arch/brotli:= dev-libs/libevent dev-php/pecl-propro:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?] - dev-php/pecl-raphf:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?] + >=dev-php/pecl-raphf-2.0.1:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?] net-dns/libidn2 sys-libs/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls=,curl_ssl_libressl=,curl_ssl_nss=,curl_ssl_openssl=] ) |