diff options
Diffstat (limited to 'dev-php/swoole/swoole-4.4.16.ebuild')
-rw-r--r-- | dev-php/swoole/swoole-4.4.16.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-php/swoole/swoole-4.4.16.ebuild b/dev-php/swoole/swoole-4.4.16.ebuild index 4d978ebbd611..ae1a5e1862af 100644 --- a/dev-php/swoole/swoole-4.4.16.ebuild +++ b/dev-php/swoole/swoole-4.4.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_SAPIS="cli" DOCS=( README.md ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-4" inherit php-ext-pecl-r3 @@ -32,14 +32,8 @@ DEPEND=" ssl? ( dev-libs/openssl:0= ) - php_targets_php7-1? ( dev-lang/php:7.1[cli,sockets?] ) - php_targets_php7-2? ( dev-lang/php:7.2[cli,sockets?] ) - php_targets_php7-3? ( dev-lang/php:7.3[cli,sockets?] ) php_targets_php7-4? ( dev-lang/php:7.4[cli,sockets?] ) mysql? ( - php_targets_php7-1? ( dev-lang/php:7.1[mysql,mysqli(+)] ) - php_targets_php7-2? ( dev-lang/php:7.2[mysql,mysqli(+)] ) - php_targets_php7-3? ( dev-lang/php:7.3[mysql,mysqli(+)] ) php_targets_php7-4? ( dev-lang/php:7.4[mysql,mysqli(+)] ) ) " |