diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:45:18 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:01:56 +0200 |
commit | b7bc06c7cf6546be350233bd898f5868e3299f04 (patch) | |
tree | 17e46f272b420315eca624ae0276302466ccd913 /media-sound | |
parent | media-sound/deadbeef: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-b7bc06c7cf6546be350233bd898f5868e3299f04.tar.gz gentoo-b7bc06c7cf6546be350233bd898f5868e3299f04.tar.bz2 gentoo-b7bc06c7cf6546be350233bd898f5868e3299f04.zip |
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@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild | 6 |
1 files 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 7738a213805d..78a4fa830bf5 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 } |