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 5724B138350 for ; Sun, 5 Apr 2020 19:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72607E0CA1; Sun, 5 Apr 2020 19:47:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5882FE0CA1 for ; Sun, 5 Apr 2020 19:47:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BB7334EF31 for ; Sun, 5 Apr 2020 19:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A621C6 for ; Sun, 5 Apr 2020 19:47:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1586116036.ff6cea676da4f54fac65665f8a8a0d4fcbc88274.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zziplib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zziplib/zziplib-0.13.69-r1.ebuild X-VCS-Directories: dev-libs/zziplib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff6cea676da4f54fac65665f8a8a0d4fcbc88274 X-VCS-Branch: master Date: Sun, 5 Apr 2020 19:47:36 +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: c379ce23-ac40-463e-942c-0b7673b32f8f X-Archives-Hash: 6a39985121283621bfb9d086300d96e5 commit: ff6cea676da4f54fac65665f8a8a0d4fcbc88274 Author: Bernd Waibel gmail com> AuthorDate: Thu Apr 2 21:39:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 5 19:47:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6cea67 dev-libs/zziplib: add pkg_setup Package needs it, to ensure that python-any-r1_pkg_setup is only called when USE=test is set. Closes: https://bugs.gentoo.org/716028 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Bernd Waibel gmail.com> See also: https://github.com/gentoo/gentoo/pull/15212 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild index 78a94192c4a..852084f7d26 100644 --- a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild @@ -35,6 +35,10 @@ RDEPEND="${DEPEND}" PATCHES=( "${WORKDIR}"/${P}-patches ) +pkg_setup() { + use test && python-any-r1_pkg_setup +} + src_prepare() { default eautoreconf