diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:35 +0000 |
commit | 86df223fb618e64e28979210231f85dd385039b8 (patch) | |
tree | 2c5921ac3896aa6b21ed0d0aac7667f025b1e3c3 | |
parent | dev-php/pecl-timezonedb: cleanup php8-0 (diff) | |
download | gentoo-86df223fb618e64e28979210231f85dd385039b8.tar.gz gentoo-86df223fb618e64e28979210231f85dd385039b8.tar.bz2 gentoo-86df223fb618e64e28979210231f85dd385039b8.zip |
dev-php/pecl-translit: cleanup php8-0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-php/pecl-translit/pecl-translit-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-translit/pecl-translit-0.7.1.ebuild b/dev-php/pecl-translit/pecl-translit-0.7.1.ebuild index 2e51274c695a..f5d7be003087 100644 --- a/dev-php/pecl-translit/pecl-translit-0.7.1.ebuild +++ b/dev-php/pecl-translit/pecl-translit-0.7.1.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_NAME="translit" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-source-r3 |