diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-10-10 00:51:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-10 10:43:25 +0300 |
commit | 0e110ee5d4af9de066186317a52d905c79cfae40 (patch) | |
tree | ad32ae1bdf0fac8c70f55254e978929fdb2ca087 /app-doc/gimp-help | |
parent | app-doc/gimp-help: add PYTHON_COMPAT python3_11 (diff) | |
download | gentoo-0e110ee5d4af9de066186317a52d905c79cfae40.tar.gz gentoo-0e110ee5d4af9de066186317a52d905c79cfae40.tar.bz2 gentoo-0e110ee5d4af9de066186317a52d905c79cfae40.zip |
app-doc/gimp-help: revert to use emake -j1
Closes: https://bugs.gentoo.org/876205
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/27713
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-doc/gimp-help')
-rw-r--r-- | app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 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 da16e6607be6..2acfe7888565 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 @@ -39,6 +39,6 @@ src_configure() { src_compile() { # See bug: 833566 python_export_utf8_locale - # If affected with bug: 677198 then set "emake -j1" - emake + # Affected with bugs: 677198, 876205. Set "emake -j1" + emake -j1 } |