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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E7CA15813A for ; Tue, 21 Jan 2025 23:00:57 +0000 (UTC) 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 (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 30200340C7C for ; Tue, 21 Jan 2025 23:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F00B4E01E4; Tue, 21 Jan 2025 23:00:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8739CE01E4 for ; Tue, 21 Jan 2025 23:00:53 +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 8D962340CBB for ; Tue, 21 Jan 2025 23:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E33F697F for ; Tue, 21 Jan 2025 23:00:50 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1737499910.0414b654ee77957d2e295ee3ef0ef646b705f644.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/dxx-rebirth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild games-action/dxx-rebirth/dxx-rebirth-9999.ebuild X-VCS-Directories: games-action/dxx-rebirth/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0414b654ee77957d2e295ee3ef0ef646b705f644 X-VCS-Branch: master Date: Tue, 21 Jan 2025 23:00:50 +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: d1214007-09ce-42d0-a682-c3e98f309988 X-Archives-Hash: 98c86f1758a7eb158d672d3c113e82e3 commit: 0414b654ee77957d2e295ee3ef0ef646b705f644 Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 21 22:51:50 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jan 21 22:51:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0414b654 games-action/dxx-rebirth: Add python3_13 Signed-off-by: James Le Cuirot gentoo.org> games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild | 4 ++-- games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild index f6d44fc7f1d5..0efe97aac6f6 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20240630.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_COMMIT="27cbf1ba87e6d60809c43246e2eef760fcd26d13" # Games under Gentoo are marked as 'testing' by convention diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 07770afca75a..796cc427505a 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2017-2024 Gentoo Authors +# Copyright 2017-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_COMMIT="" # Games under Gentoo are marked as 'testing' by convention