diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:50:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:50:54 +0000 |
commit | afd38533d9620758af441ad361e0392284a9b46f (patch) | |
tree | bcb137538bd2a09133decd0a6a71db62b9c79464 /dev-libs/Ice | |
parent | profiles/desc: cleanup php8-0 (diff) | |
download | gentoo-afd38533d9620758af441ad361e0392284a9b46f.tar.gz gentoo-afd38533d9620758af441ad361e0392284a9b46f.tar.bz2 gentoo-afd38533d9620758af441ad361e0392284a9b46f.zip |
dev-libs/Ice: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/Ice-3.7.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/Ice/Ice-3.7.8-r2.ebuild b/dev-libs/Ice/Ice-3.7.8-r2.ebuild index 856169e328a6..ffbd5639538e 100644 --- a/dev-libs/Ice/Ice-3.7.8-r2.ebuild +++ b/dev-libs/Ice/Ice-3.7.8-r2.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 @@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_OPTIONAL_USE=php -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs |