summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-23 20:32:36 +0000
committerSam James <sam@gentoo.org>2023-12-23 20:33:06 +0000
commitd421ff667732643838e1379c0e29cc7f3bafccd4 (patch)
treeafb05049ac9c2bb1743169544450d809e70b2be2 /app-doc
parentdev-lang/python: Remove old (diff)
downloadgentoo-d421ff667732643838e1379c0e29cc7f3bafccd4.tar.gz
gentoo-d421ff667732643838e1379c0e29cc7f3bafccd4.tar.bz2
gentoo-d421ff667732643838e1379c0e29cc7f3bafccd4.zip
app-doc/gimp-help: fix pkg_setup/python-any-r1 use
See https://forums.gentoo.org/viewtopic-p-8810860.html. Bug: https://bugs.gentoo.org/891709 Bug: https://bugs.gentoo.org/905693 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild2
1 files changed, 2 insertions, 0 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..916829e99b9c 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
@@ -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