diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 13:08:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:17 +0300 |
commit | 4c93d45b5fdda49a992f50220bad17e8803d993b (patch) | |
tree | 4d761f9369317b564e5f432a3d3822298b9810f2 /dev-php | |
parent | sys-fs/btrfs-progs: fix VariableShadowed (diff) | |
download | gentoo-4c93d45b5fdda49a992f50220bad17e8803d993b.tar.gz gentoo-4c93d45b5fdda49a992f50220bad17e8803d993b.tar.bz2 gentoo-4c93d45b5fdda49a992f50220bad17e8803d993b.zip |
dev-php/pecl-translit: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-translit/pecl-translit-0.7.1.ebuild | 3 |
1 files changed, 1 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 76a8da31dd59..2e51274c695a 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-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -8,7 +8,6 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php8-0 php8-1" -PHP_EXT_NAME="translit" inherit php-ext-source-r3 |