mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user