summaryrefslogtreecommitdiff
path: root/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
Diffstat (limited to 'sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild')
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
index 86038f4610e9..9abff2ab71ee 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.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() {