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 52EB11582E8 for ; Wed, 15 May 2024 16:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81680E2AC3; Wed, 15 May 2024 16:55:37 +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 65453E2AC3 for ; Wed, 15 May 2024 16:55:37 +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 1359C33BED4 for ; Wed, 15 May 2024 16:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B97F41ADC for ; Wed, 15 May 2024 16:55:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792117.62573efb8be0c14791862c1113cdf16f9b8dee18.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-engines/boxtron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-engines/boxtron/boxtron-0.5.4-r2.ebuild X-VCS-Directories: games-engines/boxtron/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 62573efb8be0c14791862c1113cdf16f9b8dee18 X-VCS-Branch: dev Date: Wed, 15 May 2024 16:55:33 +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: 07178898-8c80-4c83-b6d6-69c7e509982d X-Archives-Hash: 29ba97ec1f7909630cf52a2ad4408b2c Message-ID: <20240515165533.exrcli7hJieJxnHgEP--d14OxWgYxSX_FkhQ6YZOFc4@z> commit: 62573efb8be0c14791862c1113cdf16f9b8dee18 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:54:43 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62573efb games-engines/boxtron: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931449 Bug: https://bugs.gentoo.org/921911 Signed-off-by: Julien Roy jroy.ca> games-engines/boxtron/boxtron-0.5.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/boxtron/boxtron-0.5.4-r2.ebuild b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild index c9f559a8c6..59ce6bac6c 100644 --- a/games-engines/boxtron/boxtron-0.5.4-r2.ebuild +++ b/games-engines/boxtron/boxtron-0.5.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 DESCRIPTION="Steam Play compatibility tool to run DOS games using native Linux DOSBox"