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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BF4B138359 for ; Thu, 5 Nov 2020 02:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273B9E082B; Thu, 5 Nov 2020 02:36:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F53DE082B for ; Thu, 5 Nov 2020 02:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4090335C8E for ; Thu, 5 Nov 2020 02:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D843BE for ; Thu, 5 Nov 2020 02:36:15 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1604543726.57bd5ad270fdbe388eae9b9e3b61c6ab871b993a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.4.26-r1.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 57bd5ad270fdbe388eae9b9e3b61c6ab871b993a X-VCS-Branch: master Date: Thu, 5 Nov 2020 02:36:15 +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: 130e4054-3387-4316-9369-1d10e42272ca X-Archives-Hash: cb5800e9a7efdf34ac6dcee03b0b0e74 commit: 57bd5ad270fdbe388eae9b9e3b61c6ab871b993a Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 5 02:35:26 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 5 02:35:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bd5ad2 media-libs/gegl: fix lost pkg_setup() Closes: https://bugs.gentoo.org/753152 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/gegl/gegl-0.4.26-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/gegl/gegl-0.4.26-r1.ebuild b/media-libs/gegl/gegl-0.4.26-r1.ebuild index 39d01179240..d8d4f19d89e 100644 --- a/media-libs/gegl/gegl-0.4.26-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.26-r1.ebuild @@ -84,6 +84,10 @@ python_check_deps() { has_version -b ">=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]" } +pkg_setup() { + use test && python-any-r1_pkg_setup +} + src_prepare() { default