diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:00 +0000 |
commit | d063f7269471d943e278ead7c5bcc06bbcb6e0ad (patch) | |
tree | a58681fbe6df2b376d1e6241d9c9e07a0d2fa7c0 /dev-php/igbinary | |
parent | dev-php/geos-php: cleanup php8-0 (diff) | |
download | gentoo-d063f7269471d943e278ead7c5bcc06bbcb6e0ad.tar.gz gentoo-d063f7269471d943e278ead7c5bcc06bbcb6e0ad.tar.bz2 gentoo-d063f7269471d943e278ead7c5bcc06bbcb6e0ad.zip |
dev-php/igbinary: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r-- | dev-php/igbinary/igbinary-3.2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-php/igbinary/igbinary-3.2.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/igbinary/igbinary-3.2.7.ebuild b/dev-php/igbinary/igbinary-3.2.7.ebuild index 37bce3420ad4..ae157e8ec5a3 100644 --- a/dev-php/igbinary/igbinary-3.2.7.ebuild +++ b/dev-php/igbinary/igbinary-3.2.7.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 @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" DOCS=( CREDITS NEWS README.md ) PHP_EXT_ECONF_ARGS=( --enable-${PN} ) -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" 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 377afa6e8a76..4e1211e63ed7 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-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_ECONF_ARGS=( --enable-${PN} ) PHP_EXT_INI="yes" PHP_EXT_NAME="${PN}" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-source-r3 |