commit:     87e664c871f77082cdf9cf29d86839d5e3e3f442
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 18:21:46 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu May  1 18:21:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87e664c8

games-util/legendary: disable py3.13

Partially reverts commit 6ed00e30cde55d05b6f165abe588976da4ceae3e.

This clearly, clearly, clearly wasn't tested. Its dependency is broken
because *its* dependencies in turn aren't built or buildable for py3.13
so how could the author of that commit have been able to run the package
for that version?

Fixes: 6ed00e30cde55d05b6f165abe588976da4ceae3e
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{legendary-0.20.33-r1.ebuild => legendary-0.20.33-r2.ebuild}        | 2 +-
 .../{legendary-0.20.34-r1.ebuild => legendary-0.20.34-r2.ebuild}        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/legendary/legendary-0.20.33-r1.ebuild 
b/games-util/legendary/legendary-0.20.33-r2.ebuild
similarity index 95%
rename from games-util/legendary/legendary-0.20.33-r1.ebuild
rename to games-util/legendary/legendary-0.20.33-r2.ebuild
index 38334dec4..11cc62772 100644
--- a/games-util/legendary/legendary-0.20.33-r1.ebuild
+++ b/games-util/legendary/legendary-0.20.33-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1
 

diff --git a/games-util/legendary/legendary-0.20.34-r1.ebuild 
b/games-util/legendary/legendary-0.20.34-r2.ebuild
similarity index 95%
rename from games-util/legendary/legendary-0.20.34-r1.ebuild
rename to games-util/legendary/legendary-0.20.34-r2.ebuild
index 6f5fd30f1..59f754b0d 100644
--- a/games-util/legendary/legendary-0.20.34-r1.ebuild
+++ b/games-util/legendary/legendary-0.20.34-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..12} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1
 

Reply via email to