From dccd41915ac4efee2029ff08cdf8df97030eb9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 3 Jul 2021 17:42:39 +0200 Subject: [PATCH] app-shells/yash: Update from l10n.eclass to plocale.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- app-shells/yash/yash-2.50.ebuild | 6 +++--- app-shells/yash/yash-2.51.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild index 36f4934e54c31..878b8ade80194 100644 --- a/app-shells/yash/yash-2.50.ebuild +++ b/app-shells/yash/yash-2.50.ebuild @@ -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 } diff --git a/app-shells/yash/yash-2.51.ebuild b/app-shells/yash/yash-2.51.ebuild index c89be90cc4136..0b53c22ccf269 100644 --- a/app-shells/yash/yash-2.51.ebuild +++ b/app-shells/yash/yash-2.51.ebuild @@ -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 }