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 BDE8C1584AD for ; Tue, 29 Apr 2025 18:44:58 +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 A54DD343011 for ; Tue, 29 Apr 2025 18:44:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F9BB110328; Tue, 29 Apr 2025 18:44:57 +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 928A5110328 for ; Tue, 29 Apr 2025 18:44:57 +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 40C1634300E for ; Tue, 29 Apr 2025 18:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C140C3A for ; Tue, 29 Apr 2025 18:44:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1745952174.2a061027aed459c43a767c1e40978f74918c26c2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2a061027aed459c43a767c1e40978f74918c26c2 X-VCS-Branch: master Date: Tue, 29 Apr 2025 18:44:55 +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: 0acf8a63-13c9-46eb-95c0-8364df3dbbb9 X-Archives-Hash: 1fef801ad398063b8bd5688521f8d030 commit: 2a061027aed459c43a767c1e40978f74918c26c2 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 29 18:42:51 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 29 18:42:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a061027 sci-chemistry/vmd: disable py3.13 Still failing: https://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/34835.html Bug: https://bugs.gentoo.org/952657 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild index 23ba511a9c90..be01aef341e6 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cuda desktop prefix python-single-r1 toolchain-funcs xdg