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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8666915ACFC for ; Tue, 2 May 2023 18:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D5DE0937; Tue, 2 May 2023 18:42: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 pigeon.gentoo.org (Postfix) with ESMTPS id A8FA4E0937 for ; Tue, 2 May 2023 18:42: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87C6A3415A5 for ; Tue, 2 May 2023 18:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B846A5D for ; Tue, 2 May 2023 18:42: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: <1683052966.9e05d8b3c631e019d8b69db903c82ab881cce403.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.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9e05d8b3c631e019d8b69db903c82ab881cce403 X-VCS-Branch: master Date: Tue, 2 May 2023 18:42: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: e2ec01ad-b7d0-48e9-9ce7-ab773a0713b0 X-Archives-Hash: 4d690b4159f8b5de090f60ce408b5f73 commit: 9e05d8b3c631e019d8b69db903c82ab881cce403 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 2 18:33:51 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 2 18:42:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e05d8b3 sci-chemistry/vmd: enable py3.11 Closes: https://bugs.gentoo.org/897204 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild index 5dba4060a94b..f9ae461b0bc8 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cuda desktop flag-o-matic prefix python-single-r1 toolchain-funcs xdg