summaryrefslogtreecommitdiff
path: root/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild')
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
index 86038f4610e9..9abff2ab71ee 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.05.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
WX_GTK_VER="3.0-gtk3"
PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk zh_CN zh_TW"
-inherit cmake wxwidgets l10n xdg
+inherit cmake plocale wxwidgets xdg
DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/"
@@ -43,8 +43,8 @@ src_prepare() {
rm -f info/${PN}.${1}.html
sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
}
- l10n_find_plocales_changes locales/wxMaxima '' '.po'
- l10n_for_each_disabled_locale_do rm_po
+ plocale_find_changes locales/wxMaxima '' '.po'
+ plocale_for_each_disabled_locale rm_po
}
src_configure() {