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 7485C138359 for ; Thu, 5 Nov 2020 03:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90059E0849; Thu, 5 Nov 2020 03:38:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 39ECCE0849 for ; Thu, 5 Nov 2020 03:38:46 +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 F031A340B23 for ; Thu, 5 Nov 2020 03:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2493C7 for ; Thu, 5 Nov 2020 03:38:43 +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: <1604547499.87b24838218ded1d0ba085b8718a8e23d3d8b544.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: 87b24838218ded1d0ba085b8718a8e23d3d8b544 X-VCS-Branch: master Date: Thu, 5 Nov 2020 03:38:43 +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: a719f276-1e45-4da9-ad94-1acc1d821721 X-Archives-Hash: 6fada0eceb02d43f6b0f40cd1e0bdb81 commit: 87b24838218ded1d0ba085b8718a8e23d3d8b544 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 5 03:37:47 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 5 03:38:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b24838 media-libs/gegl: fix pkg_setup once again Bug: 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/gegl/gegl-0.4.26-r1.ebuild b/media-libs/gegl/gegl-0.4.26-r1.ebuild index d8d4f19d89e..f6c31dfb77d 100644 --- a/media-libs/gegl/gegl-0.4.26-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.26-r1.ebuild @@ -81,13 +81,10 @@ PATCHES=( ) python_check_deps() { + use test || return 0 has_version -b ">=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]" } -pkg_setup() { - use test && python-any-r1_pkg_setup -} - src_prepare() { default