diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:47:54 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:02:12 +0200 |
commit | fad022f11d56c665126ced4c529d2efa3581ffa7 (patch) | |
tree | 250bcdccc2baf64bf1db8d7a48f905f3552e305d /x11-misc/xfe | |
parent | x11-misc/vym: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-fad022f11d56c665126ced4c529d2efa3581ffa7.tar.gz gentoo-fad022f11d56c665126ced4c529d2efa3581ffa7.tar.bz2 gentoo-fad022f11d56c665126ced4c529d2efa3581ffa7.zip |
x11-misc/xfe: 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 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/xfe-1.43.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xfe/xfe-1.43.2.ebuild b/x11-misc/xfe/xfe-1.43.2.ebuild index 57333f1ae0f0..f2925f4b965c 100644 --- a/x11-misc/xfe/xfe-1.43.2.ebuild +++ b/x11-misc/xfe/xfe-1.43.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ PLOCALES=" bs ca cs da de el es_AR es_CO es fr hu it ja nl no pl pt_BR pt_PT ru sv tr zh_CN zh_TW " -inherit l10n xdg-utils +inherit plocale xdg-utils DESCRIPTION="MS-Explorer-like minimalist file manager for X" HOMEPAGE="http://roland65.free.fr/xfe" @@ -55,7 +55,7 @@ src_prepare() { # remove not selected locales rm_locale() { sed -i -e "/${1}/d" po/LINGUAS || die ;} - l10n_for_each_disabled_locale_do rm_locale + plocale_for_each_disabled_locale rm_locale } src_configure() { |