diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:42:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:01:45 +0200 |
commit | 685e3399239ef51e45b6959f371b47e18f5faf38 (patch) | |
tree | 1d626ff78769b8ea092eb9ebf5c5af71e1c44bcc /app-text/dos2unix | |
parent | app-text/coolreader: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-685e3399239ef51e45b6959f371b47e18f5faf38.tar.gz gentoo-685e3399239ef51e45b6959f371b47e18f5faf38.tar.bz2 gentoo-685e3399239ef51e45b6959f371b47e18f5faf38.zip |
app-text/dos2unix: 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 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/dos2unix-7.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dos2unix/dos2unix-7.4.2.ebuild b/app-text/dos2unix/dos2unix-7.4.2.ebuild index 23c78b39056a..81b5caa70133 100644 --- a/app-text/dos2unix/dos2unix-7.4.2.ebuild +++ b/app-text/dos2unix/dos2unix-7.4.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PLOCALES="da de eo es fr fur hu ja nb nl pl pt_BR ru sr sv uk vi zh_CN zh_TW" -inherit l10n toolchain-funcs +inherit plocale toolchain-funcs DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa" HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html https://sourceforge.net/projects/dos2unix/" @@ -50,7 +50,7 @@ handle_locales() { # Deal with selective install of locales. rm_loc() { rm po*/$1.po || die; } - l10n_for_each_disabled_locale_do rm_loc + plocale_for_each_disabled_locale rm_loc } src_prepare() { |