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 21511138350 for ; Sun, 9 Feb 2020 16:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7291E088A; Sun, 9 Feb 2020 16:42:30 +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 B1DC0E088A for ; Sun, 9 Feb 2020 16:42:30 +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 3162D34E8D8 for ; Sun, 9 Feb 2020 16:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EBC3134 for ; Sun, 9 Feb 2020 16:42:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581266227.1d1ea42437e5468eecc707d5503a9f5b612ee393.mgorny@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-r1.ebuild sys-cluster/rdma-core/rdma-core-26.0.ebuild sys-cluster/rdma-core/rdma-core-26.1.ebuild sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild sys-cluster/rdma-core/rdma-core-27.0.ebuild sys-cluster/rdma-core/rdma-core-9999.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d1ea42437e5468eecc707d5503a9f5b612ee393 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:42:25 +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: 456faeb5-e9b5-49be-bba0-df00ac9bc122 X-Archives-Hash: 706878d3ab0b0342cddb0a9e312f3719 commit: 1d1ea42437e5468eecc707d5503a9f5b612ee393 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 20:22:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:37:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1ea424 sys-cluster/rdma-core: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../rdma-core/{rdma-core-26.0.ebuild => rdma-core-26.0-r1.ebuild} | 6 +++++- sys-cluster/rdma-core/rdma-core-26.1.ebuild | 6 +++++- .../rdma-core/{rdma-core-27.0.ebuild => rdma-core-27.0-r1.ebuild} | 6 +++++- sys-cluster/rdma-core/rdma-core-9999.ebuild | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-26.0.ebuild b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild similarity index 96% rename from sys-cluster/rdma-core/rdma-core-26.0.ebuild rename to sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild index 01d4ceade5f..39c6e4a73b1 100644 --- a/sys-cluster/rdma-core/rdma-core-26.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.0-r1.ebuild @@ -31,7 +31,11 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} )" DEPEND="${COMMON_DEPEND} - python? ( dev-python/cython[${PYTHON_USEDEP}] )" + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') + )" RDEPEND="${COMMON_DEPEND} !sys-fabric/infiniband-diags diff --git a/sys-cluster/rdma-core/rdma-core-26.1.ebuild b/sys-cluster/rdma-core/rdma-core-26.1.ebuild index ef62e9d9e81..39537f768f1 100644 --- a/sys-cluster/rdma-core/rdma-core-26.1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-26.1.ebuild @@ -31,7 +31,11 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} )" DEPEND="${COMMON_DEPEND} - python? ( dev-python/cython[${PYTHON_USEDEP}] )" + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') + )" RDEPEND="${COMMON_DEPEND} !sys-fabric/infiniband-diags diff --git a/sys-cluster/rdma-core/rdma-core-27.0.ebuild b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild similarity index 96% rename from sys-cluster/rdma-core/rdma-core-27.0.ebuild rename to sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild index be00b10a0c1..9313f938a56 100644 --- a/sys-cluster/rdma-core/rdma-core-27.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-27.0-r1.ebuild @@ -31,7 +31,11 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} )" DEPEND="${COMMON_DEPEND} - python? ( dev-python/cython[${PYTHON_USEDEP}] )" + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') + )" RDEPEND="${COMMON_DEPEND} !sys-fabric/infiniband-diags diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index a72f49a1997..a8c381b3869 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild @@ -31,7 +31,11 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} )" DEPEND="${COMMON_DEPEND} - python? ( dev-python/cython[${PYTHON_USEDEP}] )" + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_MULTI_USEDEP}] + ') + )" RDEPEND="${COMMON_DEPEND} !!sys-fabric/infiniband-diags