diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:44 +0000 |
commit | c48e05dfee5c3f23b0287b64e31c223f57205869 (patch) | |
tree | f1fcf0291d213836f0d07f9285bdcb02056a5d0f /dev-php | |
parent | dev-php/pecl-yaml: cleanup php8-0 (diff) | |
download | gentoo-c48e05dfee5c3f23b0287b64e31c223f57205869.tar.gz gentoo-c48e05dfee5c3f23b0287b64e31c223f57205869.tar.bz2 gentoo-c48e05dfee5c3f23b0287b64e31c223f57205869.zip |
dev-php/pecl-zmq: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild | 4 | ||||
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild index da00ab3f0753..388d3f04fa55 100644 --- a/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-1.1.3_p20211103.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3 if [[ ${PV} == "9999" ]]; then diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 4f64d3099527..d08160059b57 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-pecl-r3 if [[ ${PV} == "9999" ]]; then |