commit: 0db52170571550e1590dc6810e0bf1708029ed91
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 20:26:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 20:26:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db52170
x11-themes/arc-theme: drop py3.{13,14}t from PYTHON_COMPAT
This is annoying for python-any-r1 as it drags it in on people's systems
where it's not going to be possible for it to be the sole interpreter
anyway.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{arc-theme-20221218.ebuild => arc-theme-20221218-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-themes/arc-theme/arc-theme-20221218.ebuild
b/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild
similarity index 97%
rename from x11-themes/arc-theme/arc-theme-20221218.ebuild
rename to x11-themes/arc-theme/arc-theme-20221218-r1.ebuild
index 03792e926c89..384aa941f797 100644
--- a/x11-themes/arc-theme/arc-theme-20221218.ebuild
+++ b/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} python3_13t )
+PYTHON_COMPAT=( python3_{11..13} )
inherit meson python-any-r1