From 47b1312114c913e9264b2887feb5763b3768e096 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 19 May 2021 11:07:58 -0400 Subject: dev-php/pecl-http: Restore helper target USE on 4.1.0 Signed-off-by: Brian Evans --- dev-php/pecl-http/pecl-http-4.1.0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-php') diff --git a/dev-php/pecl-http/pecl-http-4.1.0.ebuild b/dev-php/pecl-http/pecl-http-4.1.0.ebuild index 33b34cd83beb..9ffc9765e462 100644 --- a/dev-php/pecl-http/pecl-http-4.1.0.ebuild +++ b/dev-php/pecl-http/pecl-http-4.1.0.ebuild @@ -9,10 +9,12 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_INI_NAME="50-http" -USE_PHP="php8-0" +USE_PHP="php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 +USE_PHP="php8-0" + KEYWORDS="~amd64 ~x86" DESCRIPTION="Extended HTTP Support for PHP" @@ -28,9 +30,11 @@ COMMON_DEPEND="app-arch/brotli:= ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_nss(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) " -DEPEND="${COMMON_DEPEND} - php_targets_php8-0? ( dev-lang/php:8.0[session(-),iconv(-)] )" -RDEPEND="${DEPEND}" +DEPEND=" + php_targets_php8-0? ( ${COMMON_DEPEND} dev-lang/php:8.0[session(-),iconv(-)] )" +RDEPEND="${DEPEND} + php_targets_php7-3? ( dev-php/pecl-http:7[php_targets_php7-3(-)] ) + php_targets_php7-4? ( dev-php/pecl-http:7[php_targets_php7-4(-)] )" PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps --without-http-libidn-dir ) -- cgit v1.2.3-65-gdbad