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 F291313933E for ; Sat, 17 Jul 2021 18:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EDA7E0D8E; Sat, 17 Jul 2021 18:18:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 14168E0D8A for ; Sat, 17 Jul 2021 18:18:32 +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 B80FA342B53 for ; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F76A83B for ; Sat, 17 Jul 2021 18:18:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545839.32b0f8c5109e38117ac872736072c822bdddbbb8.soap@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-30.0-r2.ebuild sys-cluster/rdma-core/rdma-core-31.0.ebuild sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild sys-cluster/rdma-core/rdma-core-32.0.ebuild sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild sys-cluster/rdma-core/rdma-core-33.0.ebuild sys-cluster/rdma-core/rdma-core-34.0.ebuild sys-cluster/rdma-core/rdma-core-9999.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 32b0f8c5109e38117ac872736072c822bdddbbb8 X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18: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: f5ba14d7-8c9f-48c3-8150-953a0ac3eab3 X-Archives-Hash: 68c13ba9b2c1747603510ab8b3b09872 commit: 32b0f8c5109e38117ac872736072c822bdddbbb8 Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:19 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b0f8c5 sys-cluster/rdma-core: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-31.0.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-32.0.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-33.0.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-34.0.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild index ce83f105d8b..8e0eb47b56e 100644 --- a/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-30.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-31.0.ebuild b/sys-cluster/rdma-core/rdma-core-31.0.ebuild index de6187a84fe..de6cba3f608 100644 --- a/sys-cluster/rdma-core/rdma-core-31.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-31.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild index ce3ac942f51..1be58becd2d 100644 --- a/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-32.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-32.0.ebuild b/sys-cluster/rdma-core/rdma-core-32.0.ebuild index 0eb085a071b..978a54169e3 100644 --- a/sys-cluster/rdma-core/rdma-core-32.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-32.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild index 2eed6260b0d..34e0711a934 100644 --- a/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-33.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-33.0.ebuild b/sys-cluster/rdma-core/rdma-core-33.0.ebuild index de6187a84fe..de6cba3f608 100644 --- a/sys-cluster/rdma-core/rdma-core-33.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-33.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-34.0.ebuild b/sys-cluster/rdma-core/rdma-core-34.0.ebuild index 2eed6260b0d..34e0711a934 100644 --- a/sys-cluster/rdma-core/rdma-core-34.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-34.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )" diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index e5d5b606af7..8d9538a1c0b 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_8 ) inherit cmake python-single-r1 udev systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} python? ( $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_MULTI_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] ') )"