commit:     e52e53152c51cb41521c3b4df36d51a12b258496
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Feb 26 23:19:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:52:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52e5315

app-doc/gimp-help: add python_export_utf8_locale

Closes: https://bugs.gentoo.org/833566

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/24290
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild 
b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
index 719b556896f2..d04db34df635 100644
--- a/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
@@ -33,3 +33,10 @@ python_check_deps() {
 src_configure() {
        econf --without-gimp
 }
+
+src_compile() {
+       # See bug: 833566
+       python_export_utf8_locale
+       # If affected with bug: 677198 then set "emake -j1"
+       emake
+}

Reply via email to