diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:42 +0000 |
commit | 5af8b064998ceb3a609196f66720fb8e7c8c0631 (patch) | |
tree | 30599184f042e0c35dd4b3f8c49dcdf30c50a6eb /dev-php | |
parent | dev-php/pecl-xdiff: cleanup php8-0 (diff) | |
download | gentoo-5af8b064998ceb3a609196f66720fb8e7c8c0631.tar.gz gentoo-5af8b064998ceb3a609196f66720fb8e7c8c0631.tar.bz2 gentoo-5af8b064998ceb3a609196f66720fb8e7c8c0631.zip |
dev-php/pecl-yaml: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild index 40810721042d..34801c887a43 100644 --- a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-pecl-r3 |