diff options
| author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2025-07-04 19:11:06 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-13 09:27:11 +0100 |
| commit | 55eb7403eb222502d8c8f5b25cf2bebfc37a948e (patch) | |
| tree | 96ec18d9dddec604fa2cf43f9abba23f1faab47d /dev-php | |
| parent | c7f0f0fec8f0f5e4f96be49bbb64631e0edaa739 (diff) | |
| download | gentoo-55eb7403eb222502d8c8f5b25cf2bebfc37a948e.tar.gz gentoo-55eb7403eb222502d8c8f5b25cf2bebfc37a948e.tar.bz2 gentoo-55eb7403eb222502d8c8f5b25cf2bebfc37a948e.zip | |
*/*: remove reference to php8.1
php 8.1 is no longer part of portage tree since 2025-03-17 via
e8ed8932868769feef9cdd284e84e878c7bb8a26.
Bug: https://bugs.gentoo.org/959495
Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh>
Part-of: https://github.com/gentoo/gentoo/pull/42868
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php')
27 files changed, 43 insertions, 88 deletions
diff --git a/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild b/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild index b97d44bc5278..01d45b55b61c 100644 --- a/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild +++ b/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,7 @@ PHP_EXT_NAME="geos" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" S="${WORKDIR}/php-geos" diff --git a/dev-php/igbinary/igbinary-3.2.15.ebuild b/dev-php/igbinary/igbinary-3.2.15.ebuild index dea68f8ebee7..b834f66fa5a0 100644 --- a/dev-php/igbinary/igbinary-3.2.15.ebuild +++ b/dev-php/igbinary/igbinary-3.2.15.ebuild @@ -7,7 +7,7 @@ PHP_EXT_ECONF_ARGS=( --enable-${PN} ) PHP_EXT_INI="yes" PHP_EXT_NAME="${PN}" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-source-r3 diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild b/dev-php/igbinary/igbinary-3.2.9.ebuild index 4e1211e63ed7..8d761791586c 100644 --- a/dev-php/igbinary/igbinary-3.2.9.ebuild +++ b/dev-php/igbinary/igbinary-3.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PHP_EXT_ECONF_ARGS=( --enable-${PN} ) PHP_EXT_INI="yes" PHP_EXT_NAME="${PN}" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" inherit php-ext-source-r3 diff --git a/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild b/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild index 004544c4667b..f327a76933ac 100644 --- a/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild +++ b/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 autotools diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild b/dev-php/libvirt-php/libvirt-php-9999.ebuild index 522d90a9dd77..d89b783b93e6 100644 --- a/dev-php/libvirt-php/libvirt-php-9999.ebuild +++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild @@ -5,7 +5,7 @@ EAPI="8" PHP_EXT_NAME="libvirt-php" PHP_EXT_SKIP_PHPIZE="yes" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" PHP_EXT_ECONF_ARGS=() inherit php-ext-source-r3 git-r3 autotools diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild index 1c8ee77c1c80..fc593907ec9f 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -10,7 +10,7 @@ PHP_EXT_S="${S}/ext" PHP_EXT_NAME="maxminddb" PHP_EXT_OPTIONAL_USE="extension" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-source-r3 diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild index d7d88e4b702e..e0664253170a 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild @@ -6,7 +6,7 @@ EAPI=8 PHP_EXT_INI="yes" PHP_EXT_NAME="apcu" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2 php8-3 php8-4" +USE_PHP="php8-2 php8-3 php8-4" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild b/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild index 605396f97a83..fbb7b14f74d6 100644 --- a/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild +++ b/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild b/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild index dec265550cb3..f0dffbed913f 100644 --- a/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild +++ b/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PHP_EXT_NAME="dio" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest deleted file mode 100644 index 75e15a906dff..000000000000 --- a/dev-php/pecl-eio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eio-3.1.0RC1.tgz 99307 BLAKE2B dbadc519f43a38796994d5854ef5f5e0c2876aa1afe9f98a3933f89332c4dc7b6db7a675cb06e47039243130d39f12f26085f02d9ea871eda68580d8fdcf143f SHA512 2118eb47bfa24a753588e24691d96f46d07fde9e2ce409f1d93d77aa52494536aa06654c95831b7841d54f44a5cfd5c958efd4304a344a620c7f348cd5f7a368 diff --git a/dev-php/pecl-eio/metadata.xml b/dev-php/pecl-eio/metadata.xml deleted file mode 100644 index 44ac05f47123..000000000000 --- a/dev-php/pecl-eio/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>rrosmanov@gmail.com</email> - <name>Ruslan Osmanov</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -</pkgmetadata> diff --git a/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild b/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild deleted file mode 100644 index 79eff92d0976..000000000000 --- a/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="${PN/pecl-}" -MY_PV="${PV/_rc/RC}" -MY_P="${MY_PN}-${MY_PV}" -PHP_EXT_NAME="eio" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_FILENAME="${MY_P}.tgz" -PHP_EXT_S="${WORKDIR}/${MY_P}" -DOCS=( README.md ) - -USE_PHP="php8-1" -inherit php-ext-pecl-r3 - -DESCRIPTION="PHP wrapper for libeio library" -S="${PHP_EXT_S}" - -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -src_configure() { - local PHP_EXT_ECONF_ARGS=("--with-eio" "$(use_enable debug eio-debug)" ) - php-ext-source-r3_src_configure -} diff --git a/dev-php/pecl-http/pecl-http-4.2.6.ebuild b/dev-php/pecl-http/pecl-http-4.2.6.ebuild index c37376e61578..068e039cd016 100644 --- a/dev-php/pecl-http/pecl-http-4.2.6.ebuild +++ b/dev-php/pecl-http/pecl-http-4.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_INI_NAME="50-http" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 @@ -21,14 +21,13 @@ IUSE="ssl curl_ssl_gnutls +curl_ssl_openssl" COMMON_DEPEND="app-arch/brotli:= dev-libs/libevent - >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-1(-)?,php_targets_php8-2(-)?,php_targets_php8-3(-)?] + >=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?] net-dns/libidn2 sys-libs/zlib ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] ) !ssl? ( net-misc/curl[-ssl] ) " DEPEND=" - php_targets_php8-1? ( ${COMMON_DEPEND} dev-lang/php:8.1[session(-),iconv(-)] ) php_targets_php8-2? ( ${COMMON_DEPEND} dev-lang/php:8.2[session(-),iconv(-)] ) php_targets_php8-3? ( ${COMMON_DEPEND} dev-lang/php:8.3[session(-),iconv(-)] )" RDEPEND="${DEPEND}" diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild index ac710a275deb..3c11c4567fa6 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="imagick" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" # https://github.com/Imagick/imagick/issues/626 PHP_EXT_NEEDED_USE="-debug" diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild index 8f96d8a4e3fb..2bee55995e2a 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PHP_EXT_NAME="imagick" -USE_PHP="php8-1 php8-2 php8-3 php8-4" +USE_PHP="php8-2 php8-3 php8-4" # https://github.com/Imagick/imagick/issues/626 PHP_EXT_NEEDED_USE="-debug" diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild index 05d748a47fac..53193852a3e2 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WANT_AUTOMAKE="none" PHP_EXT_NAME="mailparse" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" PHP_EXT_NEEDED_USE="unicode(-)" DOCS=( README.md ) diff --git a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild index 995a227609c6..57bd01eea225 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="memcached" DOCS=( ChangeLog README.markdown ) -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" PHP_EXT_NEEDED_USE="json(+)?,session(-)?" MY_P="${PN/pecl-/}-${PV/_rc/RC}" PHP_EXT_PECL_FILENAME="${MY_P}.tgz" diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild index 991299c1e00e..24d68635d5a1 100644 --- a/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild +++ b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="mongodb" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" inherit php-ext-pecl-r3 @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86" IUSE="sasl test" PHP_DEPEND=" - php_targets_php8-1? ( dev-lang/php:8.1[ssl,zlib] ) php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )" COMMON_DEPEND="${PHP_DEPEND} >=dev-libs/libbson-1.18.0 diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild b/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild index 438399658902..cefd68a526be 100644 --- a/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild +++ b/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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="parallel" PHP_EXT_NEEDED_USE="threads" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild b/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild index 9d8803b91cc1..5e93873b4474 100644 --- a/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild +++ b/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_NAME="parallel" PHP_EXT_NEEDED_USE="threads" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild index 31c27d50de84..1a57e6700f11 100644 --- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild +++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_ECONF_ARGS="" PHP_INI_NAME="30-${PHP_EXT_NAME}" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild index 10d676933d22..19ef5c74540e 100644 --- a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild +++ b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" inherit php-ext-pecl-r3 diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild index 1bee510816fb..4071bdaed202 100644 --- a/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 diff --git a/dev-php/scrypt/scrypt-2.0.0.ebuild b/dev-php/scrypt/scrypt-2.0.0.ebuild index 96d69de30aec..21099a10690e 100644 --- a/dev-php/scrypt/scrypt-2.0.0.ebuild +++ b/dev-php/scrypt/scrypt-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_ECONF_ARGS="--enable-scrypt" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" inherit php-ext-pecl-r3 diff --git a/dev-php/scrypt/scrypt-9999.ebuild b/dev-php/scrypt/scrypt-9999.ebuild index 3bc00ea74e2d..8b88302ff96c 100644 --- a/dev-php/scrypt/scrypt-9999.ebuild +++ b/dev-php/scrypt/scrypt-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_ECONF_ARGS="--enable-scrypt" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git" inherit git-r3 php-ext-pecl-r3 diff --git a/dev-php/xdebug/xdebug-3.2.1.ebuild b/dev-php/xdebug/xdebug-3.2.1.ebuild index 9269a9b636bb..375151cc0b2c 100644 --- a/dev-php/xdebug/xdebug-3.2.1.ebuild +++ b/dev-php/xdebug/xdebug-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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_ZENDEXT="yes" PHP_EXT_INIFILE="3.0-xdebug.ini" -USE_PHP="php8-1 php8-2" +USE_PHP="php8-2" PHP_EXT_NEEDED_USE="-threads(-)" MY_PV="${PV/_/}" diff --git a/dev-php/xhprof/xhprof-2.3.9.ebuild b/dev-php/xhprof/xhprof-2.3.9.ebuild index 42bbc9840ab0..ed8a12519327 100644 --- a/dev-php/xhprof/xhprof-2.3.9.ebuild +++ b/dev-php/xhprof/xhprof-2.3.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" PHP_EXT_S="${S}/extension" PHP_EXT_ECONF_ARGS="" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3" inherit php-ext-pecl-r3 |
