From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69F9F1584AD for ; Sun, 04 May 2025 05:02:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 22886343142 for ; Sun, 04 May 2025 05:02:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1B5501103AD; Sun, 04 May 2025 05:02:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1073E11036F for ; Sun, 04 May 2025 05:02:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7451343113 for ; Sun, 04 May 2025 05:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A0AD1E87 for ; Sun, 04 May 2025 05:02:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746334852.4f46e49223695abc7d4ea47cd0e163b55a28968d.sam@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-50.0-r1.ebuild sys-cluster/rdma-core/rdma-core-50.0.ebuild sys-cluster/rdma-core/rdma-core-53.1.ebuild sys-cluster/rdma-core/rdma-core-53.3.ebuild sys-cluster/rdma-core/rdma-core-54.2.ebuild sys-cluster/rdma-core/rdma-core-55.1.ebuild sys-cluster/rdma-core/rdma-core-56.1.ebuild sys-cluster/rdma-core/rdma-core-9999.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f46e49223695abc7d4ea47cd0e163b55a28968d X-VCS-Branch: master Date: Sun, 04 May 2025 05:02: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: f5ea3ffc-e886-47ca-9021-5472ef8869dd X-Archives-Hash: 905e363a462c021a4b745753171e069d commit: 4f46e49223695abc7d4ea47cd0e163b55a28968d Author: Sam James gentoo org> AuthorDate: Sun May 4 05:00:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 4 05:00:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f46e492 sys-cluster/rdma-core: disable py3.10 Signed-off-by: Sam James gentoo.org> sys-cluster/rdma-core/rdma-core-50.0-r1.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-50.0.ebuild | 4 ++-- sys-cluster/rdma-core/rdma-core-53.1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-53.3.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-54.2.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-55.1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-56.1.ebuild | 2 +- sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-cluster/rdma-core/rdma-core-50.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-50.0-r1.ebuild index cdaaa552b69e..16ca0cadbff1 100644 --- a/sys-cluster/rdma-core/rdma-core-50.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-50.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-50.0.ebuild b/sys-cluster/rdma-core/rdma-core-50.0.ebuild index 2763cb3b564b..a2604ad66450 100644 --- a/sys-cluster/rdma-core/rdma-core-50.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-50.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-53.1.ebuild b/sys-cluster/rdma-core/rdma-core-53.1.ebuild index 5f49aaf5429d..c436f20710bd 100644 --- a/sys-cluster/rdma-core/rdma-core-53.1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-53.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-53.3.ebuild b/sys-cluster/rdma-core/rdma-core-53.3.ebuild index 22defda6e68a..22d3914947ca 100644 --- a/sys-cluster/rdma-core/rdma-core-53.3.ebuild +++ b/sys-cluster/rdma-core/rdma-core-53.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-54.2.ebuild b/sys-cluster/rdma-core/rdma-core-54.2.ebuild index 22defda6e68a..22d3914947ca 100644 --- a/sys-cluster/rdma-core/rdma-core-54.2.ebuild +++ b/sys-cluster/rdma-core/rdma-core-54.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-55.1.ebuild b/sys-cluster/rdma-core/rdma-core-55.1.ebuild index 22defda6e68a..22d3914947ca 100644 --- a/sys-cluster/rdma-core/rdma-core-55.1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-55.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-56.1.ebuild b/sys-cluster/rdma-core/rdma-core-56.1.ebuild index 22defda6e68a..22d3914947ca 100644 --- a/sys-cluster/rdma-core/rdma-core-56.1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-56.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake perl-functions python-single-r1 udev systemd diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index 8a6bef0db802..bccdb5797fd1 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit cmake perl-functions python-single-r1 udev systemd