diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-17 10:15:41 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-17 10:15:41 -0400 |
commit | c3266dbae458c687a9957755dafa208537d7acc7 (patch) | |
tree | 79d97b0e64dce1021ec7210297bf2a11a49eca50 /dev-php/swoole/swoole-4.4.16.ebuild | |
parent | dev-php/swoole-async: Update targets (diff) | |
download | gentoo-c3266dbae458c687a9957755dafa208537d7acc7.tar.gz gentoo-c3266dbae458c687a9957755dafa208537d7acc7.tar.bz2 gentoo-c3266dbae458c687a9957755dafa208537d7acc7.zip |
dev-php/swoole: Drop old; update target
Signed-off-by: Brian Evans <grknight@gentoo.org>
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(+)] ) ) " |