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 D823E138359 for ; Fri, 10 Jul 2020 19:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7CDE07AE; Fri, 10 Jul 2020 19:39:22 +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 9DDA3E07AE for ; Fri, 10 Jul 2020 19:39:22 +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 F262634F797 for ; Fri, 10 Jul 2020 19:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F1C29A for ; Fri, 10 Jul 2020 19:39:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1594409954.388fb2a68e9ae8fbef5da4c2a17b9b1641fb2eff.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild sys-cluster/rdma-core/rdma-core-9999.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 388fb2a68e9ae8fbef5da4c2a17b9b1641fb2eff X-VCS-Branch: master Date: Fri, 10 Jul 2020 19:39:17 +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: 84cbcdc7-e14f-43bc-b8f8-3ad045c3979c X-Archives-Hash: daf82f07ac9941eea0e08ba3e5526926 commit: 388fb2a68e9ae8fbef5da4c2a17b9b1641fb2eff Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jul 10 19:38:40 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jul 10 19:39:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388fb2a6 sys-cluster/rdma-core: call python conditionally Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada gentoo.org> sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-9999.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild index 74779b99fe8..ae773c23dc3 100644 --- a/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.0-r2.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild index 19ce4ff4082..720b47023ae 100644 --- a/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.1-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild index 7f6e171699e..9911097e9b4 100644 --- a/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-27.0-r2.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild index 895bd252e6e..be7204ccc11 100644 --- a/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-28.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild index 9a120345c30..6d0a8046f9c 100644 --- a/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-29.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild index 9bcb28a2f0b..c7530aca8d2 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r1.ebuild @@ -59,7 +59,7 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/optional_pandoc.patch ) pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup } diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index fae3876a639..6db92b4ee10 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild @@ -57,7 +57,7 @@ RDEPEND="${COMMON_DEPEND} BDEPEND="virtual/pkgconfig" pkg_setup() { - python-single-r1_pkg_setup + use python && python-single-r1_pkg_setup }