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 416BA15808A for ; Sat, 19 Jul 2025 19:58: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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2352533BED4 for ; Sat, 19 Jul 2025 19:58:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1C35711055E; Sat, 19 Jul 2025 19:58:47 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0FB6B11055E for ; Sat, 19 Jul 2025 19:58:47 +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 BF6D333EB78 for ; Sat, 19 Jul 2025 19:58:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358C03239 for ; Sat, 19 Jul 2025 19:58:45 +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: <1752954613.393bd999d5bc9ee28ef6745d0e6139867fead9ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild X-VCS-Directories: net-nds/389-ds-base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 393bd999d5bc9ee28ef6745d0e6139867fead9ab X-VCS-Branch: master Date: Sat, 19 Jul 2025 19:58:45 +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: b6232e14-7dbe-4bcd-90c1-ce807f31f38a X-Archives-Hash: c61ef8f1ce97fe5c6f01954f7791aa5b commit: 393bd999d5bc9ee28ef6745d0e6139867fead9ab Author: Sam James gentoo org> AuthorDate: Sat Jul 19 19:50:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 19 19:50:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=393bd999 net-nds/389-ds-base: disable py3.10 Signed-off-by: Sam James gentoo.org> net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild b/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild index 431f4c67c2d1..a50203f59689 100644 --- a/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild +++ b/net-nds/389-ds-base/389-ds-base-3.0.2-r1.ebuild @@ -107,7 +107,7 @@ CRATES=" zeroize_derive@1.4.2 " -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools