diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-06-04 01:28:23 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-04 01:48:26 +0100 |
commit | e41b25041e343a3d7e45b5c2bbbd09962b19d133 (patch) | |
tree | b19d6a70bc2b758d17d39535fef6e4cf7fcb0392 /sys-apps/firejail | |
parent | sci-libs/blis: Keyword 1.0 arm64, #933473 (diff) | |
download | gentoo-e41b25041e343a3d7e45b5c2bbbd09962b19d133.tar.gz gentoo-e41b25041e343a3d7e45b5c2bbbd09962b19d133.tar.bz2 gentoo-e41b25041e343a3d7e45b5c2bbbd09962b19d133.zip |
sys-apps/firejail: enable py3.12
Closes: https://bugs.gentoo.org/929812
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37014
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/firejail')
-rw-r--r-- | sys-apps/firejail/firejail-0.9.72.ebuild | 4 |
1 files 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 |