From 8212a9219b05d72c0a8a70a7e3bd0d10717e84ca Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 18 Jan 2024 07:51:39 +0000 Subject: [PATCH] dev-php/pecl-xattr: cleanup php8-0 Signed-off-by: Sam James --- dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild | 4 ++-- 1 file 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 3173a0be0cbae..b00b7733ae291 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