commit: 300e466631a529b6a095675253a6406763b9753c
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 17:36:51 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue May 6 17:40:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300e4666
sys-apps/dtc: disable py3.10
It is now dead via eclass exclusion, so does nothing.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sys-apps/dtc/dtc-1.7.2-r2.ebuild | 2 +-
sys-apps/dtc/dtc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dtc/dtc-1.7.2-r2.ebuild b/sys-apps/dtc/dtc-1.7.2-r2.ebuild
index 472d035d31e9..7b50b6fbaecf 100644
--- a/sys-apps/dtc/dtc-1.7.2-r2.ebuild
+++ b/sys-apps/dtc/dtc-1.7.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit dot-a meson python-single-r1
if [[ ${PV} == 9999 ]] ; then
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
index 1d6995af84e3..3095155f0e30 100644
--- a/sys-apps/dtc/dtc-9999.ebuild
+++ b/sys-apps/dtc/dtc-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit dot-a meson python-single-r1
if [[ ${PV} == 9999 ]] ; then