diff options
Diffstat (limited to 'app-doc/gimp-help')
-rw-r--r-- | app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |