commit: 6934c9a0407374df62c752c828ff852812cedf58 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 10:09:34 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 10:41:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6934c9a0
mate-extra/caja-admin: Support python 3.12 Closes: https://bugs.gentoo.org/812920 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> mate-extra/caja-admin/caja-admin-0.0.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild index 05ed60dabb26..d9958b88cdbb 100644 --- a/mate-extra/caja-admin/caja-admin-0.0.5.ebuild +++ b/mate-extra/caja-admin/caja-admin-0.0.5.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == "9999" ]]; then inherit git-r3 @@ -11,7 +11,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python{3_9,3_10,3_11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-single-r1
