From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41687158015 for ; Sat, 23 Dec 2023 20:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 635382BC036; Sat, 23 Dec 2023 20:33:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 417F62BC036 for ; Sat, 23 Dec 2023 20:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EF0033F9FD for ; Sat, 23 Dec 2023 20:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8E5DED2 for ; Sat, 23 Dec 2023 20:33:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703363586.d421ff667732643838e1379c0e29cc7f3bafccd4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild X-VCS-Directories: app-doc/gimp-help/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d421ff667732643838e1379c0e29cc7f3bafccd4 X-VCS-Branch: master Date: Sat, 23 Dec 2023 20:33:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e0a6bf1-4b2d-4bb3-a75a-2cce9081e63c X-Archives-Hash: 86d4c633b91f073451c5d87a3fca5f32 commit: d421ff667732643838e1379c0e29cc7f3bafccd4 Author: Sam James gentoo org> AuthorDate: Sat Dec 23 20:32:36 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 23 20:33:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d421ff66 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 gentoo.org> app-doc/gimp-help/gimp-help-2.10.34-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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