diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:43:32 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:01:48 +0200 |
commit | caffe9e46d68aa02a441910ba413290bc30012c8 (patch) | |
tree | 4991a1f0e2639192365ce36f1ddaa3087025c8e4 /app-text/sdcv | |
parent | app-text/qpdfview: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-caffe9e46d68aa02a441910ba413290bc30012c8.tar.gz gentoo-caffe9e46d68aa02a441910ba413290bc30012c8.tar.bz2 gentoo-caffe9e46d68aa02a441910ba413290bc30012c8.zip |
app-text/sdcv: 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/sdcv')
-rw-r--r-- | app-text/sdcv/sdcv-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/sdcv/sdcv-0.5.3.ebuild b/app-text/sdcv/sdcv-0.5.3.ebuild index 838b28af56f0..8f7ae8fc46d8 100644 --- a/app-text/sdcv/sdcv-0.5.3.ebuild +++ b/app-text/sdcv/sdcv-0.5.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 PLOCALES="cs fr ru sk uk zh_CN zh_TW" -inherit cmake l10n +inherit cmake plocale DESCRIPTION="Console version of Stardict program" HOMEPAGE="https://dushistov.github.io/sdcv/" @@ -41,7 +41,7 @@ src_prepare() { rm_loc() { rm "po/${1}.po" || die } - l10n_for_each_disabled_locale_do rm_loc + plocale_for_each_disabled_locale rm_loc # do not install locale-specific man pages unless asked to if ! has uk ${LINGUAS-uk}; then |