app-shells/yash: 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>
This commit is contained in:
Ulrich Müller
2021-07-03 17:42:39 +02:00
parent 6976d08bce
commit dccd41915a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PLOCALES="en ja"
inherit flag-o-matic l10n toolchain-funcs
inherit flag-o-matic plocale toolchain-funcs
DESCRIPTION="Yash is a POSIX-compliant command line shell"
HOMEPAGE="https://yash.osdn.jp/"
@@ -30,6 +30,6 @@ src_configure() {
--exec-prefix="${EPREFIX}" \
$(use_enable nls) \
CC=$(tc-getCC) \
LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" \
LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
|| die
}

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PLOCALES="en ja"
inherit flag-o-matic l10n toolchain-funcs
inherit flag-o-matic plocale toolchain-funcs
DESCRIPTION="Yash is a POSIX-compliant command line shell"
HOMEPAGE="https://yash.osdn.jp/"
@@ -30,6 +30,6 @@ src_configure() {
--exec-prefix="${EPREFIX}" \
$(use_enable nls) \
CC=$(tc-getCC) \
LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" \
LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
|| die
}