commit: e41b25041e343a3d7e45b5c2bbbd09962b19d133 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Jun 3 22:28:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 4 00:48:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41b2504
sys-apps/firejail: enable py3.12 Closes: https://bugs.gentoo.org/929812 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37014 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/firejail/firejail-0.9.72.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/firejail/firejail-0.9.72.ebuild b/sys-apps/firejail/firejail-0.9.72.ebuild index 85c24854379a..a778a5a44e7c 100644 --- a/sys-apps/firejail/firejail-0.9.72.ebuild +++ b/sys-apps/firejail/firejail-0.9.72.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit toolchain-funcs python-single-r1 linux-info