sys-apps/dtc: disable py3.10

It is now dead via eclass exclusion, so does nothing.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-05-06 13:36:51 -04:00
parent 7a22c2f516
commit 300e466631
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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