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 CF3951581D3 for ; Wed, 15 May 2024 00:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17DD4E2A1D; Wed, 15 May 2024 00:45:50 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E3F85E2A1B for ; Wed, 15 May 2024 00:45:49 +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 BBF3733BE19 for ; Wed, 15 May 2024 00:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E96F31AC6 for ; Wed, 15 May 2024 00:45:46 +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: <1715733883.890feb964539d55a3c0e9d290daacb9eee5d7f3e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/crispy-doom/crispy-doom-5.12.0.ebuild games-fps/crispy-doom/crispy-doom-6.0.ebuild X-VCS-Directories: games-fps/crispy-doom/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 890feb964539d55a3c0e9d290daacb9eee5d7f3e X-VCS-Branch: dev Date: Wed, 15 May 2024 00:45:46 +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: ffa520e0-82f2-4723-bacf-cbbce50e6274 X-Archives-Hash: b09c20a64fe6212b76e606cc2a7f438a commit: 890feb964539d55a3c0e9d290daacb9eee5d7f3e Author: Julien Roy jroy ca> AuthorDate: Tue May 14 23:28:28 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 00:44:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=890feb96 games-fps/crispy-doom: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/931450 Signed-off-by: Julien Roy jroy.ca> games-fps/crispy-doom/crispy-doom-5.12.0.ebuild | 4 ++-- games-fps/crispy-doom/crispy-doom-6.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild index d5d62b6326..60823967d7 100644 --- a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-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 autotools prefix python-any-r1 xdg diff --git a/games-fps/crispy-doom/crispy-doom-6.0.ebuild b/games-fps/crispy-doom/crispy-doom-6.0.ebuild index f132f01132..f4dfd01919 100644 --- a/games-fps/crispy-doom/crispy-doom-6.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-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 autotools prefix python-any-r1 xdg