diff options
author | Brian Evans <grknight@gentoo.org> | 2021-04-15 12:36:01 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-04-15 12:36:01 -0400 |
commit | ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e (patch) | |
tree | 41557eb74c17bbc97e96425178ca0711527e20c9 /dev-php/pecl-zmq | |
parent | dev-php/pecl-stomp: Add patch for PHP 8 support from upstream (diff) | |
download | gentoo-ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e.tar.gz gentoo-ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e.tar.bz2 gentoo-ff1f10fb1c3d10c6b2e0f8fbc6c28814106e861e.zip |
dev-php/pecl-zmq: Bump targets on live ebuild
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-zmq')
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 538ecc14c75d..a0147e05ff53 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_PHP="php7-2 php7-3 php7-4" +USE_PHP="php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 if [[ ${PV} == "9999" ]]; then |