summaryrefslogtreecommitdiff
path: root/app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-10 13:34:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-10 13:34:01 +0100
commitbba7ed73af4fe3b333cb970dc40a9098e2d1c54b (patch)
tree4a2377c9096a6e85935bc1b24a50c09537fbb3ca /app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild
parentf69024d0d689548234c6173dc2d8a5bb466b0525 (diff)
gentoo auto-resync : 10:10:2022 - 13:34:00
Diffstat (limited to 'app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild')
-rw-r--r--app-doc/gimp-help/gimp-help-2.10.0-r2.ebuild6
1 files changed, 3 insertions, 3 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 e67cf0e86c15..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
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-any-r1
DESCRIPTION="GNU Image Manipulation Program help files"
@@ -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
}