commit: 4c93d45b5fdda49a992f50220bad17e8803d993b Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 10:08:41 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 17:48:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c93d45b
dev-php/pecl-translit: fix VariableShadowed Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-php/pecl-translit/pecl-translit-0.7.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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
