diff options
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 |