commit: b7bc06c7cf6546be350233bd898f5868e3299f04 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 3 15:45:18 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jul 4 14:01:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc06c7
media-sound/gbsplay: Update from l10n.eclass to plocale.eclass Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild index 7738a213805..78a4fa830bf 100644 --- a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild +++ b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PLOCALES="de en" -inherit l10n toolchain-funcs +inherit plocale toolchain-funcs DESCRIPTION="Nintendo Gameboy sound player for GBS format" HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html" @@ -52,5 +52,5 @@ remove_disabled_locale() { src_install() { default - l10n_for_each_disabled_locale_do remove_disabled_locale + plocale_for_each_disabled_locale remove_disabled_locale }
