From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
Date: Fri, 2 Aug 2024 13:13:11 +0000 (UTC) [thread overview]
Message-ID: <1722595284.6ed00e30cde55d05b6f165abe588976da4ceae3e.davidroman@gentoo> (raw)
commit: 6ed00e30cde55d05b6f165abe588976da4ceae3e
Author: Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug 2 10:39:57 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
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 <j.muehlenhoff <AT> 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
next reply other threads:[~2024-08-02 13:13 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-02 13:13 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 9:52 [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/ David Roman
2024-06-25 9:52 David Roman
2023-12-26 19:23 David Roman
2023-12-26 19:23 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-07-01 18:15 Haelwenn Monnier
2023-01-12 10:38 Florian Schmaus
2023-01-12 10:38 Florian Schmaus
2022-11-04 14:38 Arthur Zamarin
2022-11-04 14:38 Arthur Zamarin
2022-09-21 19:44 Florian Schmaus
2022-09-21 19:44 Florian Schmaus
2022-09-06 1:06 Ronny Gutbrod
2022-09-03 19:56 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-06 1:06 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-03 19:49 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-06 1:06 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-07-11 6:54 Andrew Ammerlaan
2022-01-12 15:20 Florian Schmaus
2022-01-12 15:20 Florian Schmaus
2021-10-20 8:18 Florian Schmaus
2021-09-10 10:45 Arthur Zamarin
2021-09-10 10:45 Arthur Zamarin
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-07-31 12:03 Andrew Ammerlaan
2020-06-14 20:12 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-06-02 17:07 Andrew Ammerlaan
2020-06-02 17:07 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-23 16:10 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1722595284.6ed00e30cde55d05b6f165abe588976da4ceae3e.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox