diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 10:51:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:08 +0200 |
commit | 6d605e19332f83e49db4b52de02b95aa236ac870 (patch) | |
tree | a4ccb0b6a712a2a5f044c0b1b068a06512e84ce8 /sys-apps/x86info | |
parent | sci-misc/apertium: drop 3.2.0 (diff) | |
download | gentoo-6d605e19332f83e49db4b52de02b95aa236ac870.tar.gz gentoo-6d605e19332f83e49db4b52de02b95aa236ac870.tar.bz2 gentoo-6d605e19332f83e49db4b52de02b95aa236ac870.zip |
sys-apps/x86info: enable py3.12
Closes: https://bugs.gentoo.org/929822
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r-- | sys-apps/x86info/x86info-1.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/x86info/x86info-1.31.ebuild b/sys-apps/x86info/x86info-1.31.ebuild index 9b992155ae72..f2e02335e7b8 100644 --- a/sys-apps/x86info/x86info-1.31.ebuild +++ b/sys-apps/x86info/x86info-1.31.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 flag-o-matic linux-info python-any-r1 toolchain-funcs |