diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:39 +0000 |
commit | 8212a9219b05d72c0a8a70a7e3bd0d10717e84ca (patch) | |
tree | 403657365d350f692ed9a9ce8eba9cd456a1da03 /dev-php/pecl-xattr | |
parent | dev-php/pecl-uuid: cleanup php8-0 (diff) | |
download | gentoo-8212a9219b05d72c0a8a70a7e3bd0d10717e84ca.tar.gz gentoo-8212a9219b05d72c0a8a70a7e3bd0d10717e84ca.tar.bz2 gentoo-8212a9219b05d72c0a8a70a7e3bd0d10717e84ca.zip |
dev-php/pecl-xattr: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/pecl-xattr')
-rw-r--r-- | dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild b/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild index 3173a0be0cba..b00b7733ae29 100644 --- a/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild +++ b/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_NAME="xattr" PHP_EXT_NEEDED_USE="" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-pecl-r3 |