diff options
author | Brian Evans <grknight@gentoo.org> | 2022-12-12 14:31:18 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-12-12 14:31:18 -0500 |
commit | dc351e01753360498357371230dcfdf1012360ba (patch) | |
tree | baaff8ed53c38b3d68e29a40f43ae5a7a13206c0 /dev-php/pecl-amqp | |
parent | net-dialup/picocom: stabilize 3.1 for arm64 (diff) | |
download | gentoo-dc351e01753360498357371230dcfdf1012360ba.tar.gz gentoo-dc351e01753360498357371230dcfdf1012360ba.tar.bz2 gentoo-dc351e01753360498357371230dcfdf1012360ba.zip |
dev-php/pecl-amqp: Adjust targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-amqp')
-rw-r--r-- | dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild b/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild index 293de01fbd8b..a65d3a6ae1a3 100644 --- a/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild +++ b/dev-php/pecl-amqp/pecl-amqp-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI="8" -USE_PHP="php7-3 php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 php8-1 php8-2" MY_P="${PN/pecl-/}-${PV/_rc/RC}" inherit php-ext-pecl-r3 |