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 9B2AF159C9B for ; Fri, 2 Aug 2024 10:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16CF2BC036; Fri, 2 Aug 2024 10:42:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BC0612BC036 for ; Fri, 2 Aug 2024 10:42:06 +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 A12F434134D for ; Fri, 2 Aug 2024 10:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E56D1E9A for ; Fri, 2 Aug 2024 10:42:03 +0000 (UTC) From: "Jens Mühlenhoff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jens Mühlenhoff" Message-ID: <1722595284.6ed00e30cde55d05b6f165abe588976da4ceae3e.j.muehlenhoff@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/legendary-0.20.33-r1.ebuild games-util/legendary/legendary-0.20.33.ebuild games-util/legendary/legendary-0.20.34-r1.ebuild games-util/legendary/legendary-0.20.34.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: j.muehlenhoff X-VCS-Committer-Name: Jens Mühlenhoff X-VCS-Revision: 6ed00e30cde55d05b6f165abe588976da4ceae3e X-VCS-Branch: dev Date: Fri, 2 Aug 2024 10:42:03 +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: 582bf04b-dd26-4a1f-bf53-e71b98170c04 X-Archives-Hash: 436d728fe2be877f14086e4049fad221 commit: 6ed00e30cde55d05b6f165abe588976da4ceae3e Author: Jens Mühlenhoff gmx de> AuthorDate: Fri Aug 2 10:39:57 2024 +0000 Commit: Jens Mühlenhoff gmx de> CommitDate: Fri Aug 2 10:41:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ed00e30 games-util/legendary: enable py3.12 and py3.13, disable py3.10 Signed-off-by: Jens Mühlenhoff gmx.de> .../legendary/{legendary-0.20.33.ebuild => legendary-0.20.33-r1.ebuild} | 2 +- .../legendary/{legendary-0.20.34.ebuild => legendary-0.20.34-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/legendary/legendary-0.20.33.ebuild b/games-util/legendary/legendary-0.20.33-r1.ebuild similarity index 95% rename from games-util/legendary/legendary-0.20.33.ebuild rename to games-util/legendary/legendary-0.20.33-r1.ebuild index f9ba96a48..38334dec4 100644 --- a/games-util/legendary/legendary-0.20.33.ebuild +++ b/games-util/legendary/legendary-0.20.33-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 diff --git a/games-util/legendary/legendary-0.20.34.ebuild b/games-util/legendary/legendary-0.20.34-r1.ebuild similarity index 95% rename from games-util/legendary/legendary-0.20.34.ebuild rename to games-util/legendary/legendary-0.20.34-r1.ebuild index 27da08a53..6f5fd30f1 100644 --- a/games-util/legendary/legendary-0.20.34.ebuild +++ b/games-util/legendary/legendary-0.20.34-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1