diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:44:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:01:51 +0200 |
commit | 258d4b470acbfb860c45e2c7e78fe534289ff721 (patch) | |
tree | 417f16b72d50089a18838f3d43ca1d7e40ad18ae /dev-vcs/git/git-9999-r1.ebuild | |
parent | dev-util/diffuse: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-258d4b470acbfb860c45e2c7e78fe534289ff721.tar.gz gentoo-258d4b470acbfb860c45e2c7e78fe534289ff721.tar.bz2 gentoo-258d4b470acbfb860c45e2c7e78fe534289ff721.zip |
dev-vcs/git: Update from l10n.eclass to plocale.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 033fc0bd04aa..4f8854e669b8 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -8,7 +8,7 @@ GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware PYTHON_COMPAT=( python3_{7..10} ) -inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd +inherit toolchain-funcs elisp-common perl-module bash-completion-r1 plocale python-single-r1 systemd PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" if [[ ${PV} == *9999 ]]; then @@ -531,7 +531,7 @@ src_install() { rm -r "${ED}/usr/share/locale/${1}" || die fi } - l10n_for_each_disabled_locale_do rm_loc + plocale_for_each_disabled_locale rm_loc } src_test() { |