summaryrefslogtreecommitdiff
path: root/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild')
-rw-r--r--app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild b/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
index 5d3d3d3962ba..a1be0ef7b573 100644
--- a/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
+++ b/app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit python-any-r1
DESCRIPTION="GNU Image Manipulation Program help files"
@@ -32,6 +32,8 @@ python_check_deps() {
}
pkg_setup() {
+ python-any-r1_pkg_setup
+
# The upstream build system isn't pure gettext and doesn't distinguish
# between empty and unset LINGUAS. Default to English only if either
# nls is unset or if LINGUAS exists but is empty. #891709