diff options
author | Yixun Lan <dlan@gentoo.org> | 2024-06-06 13:23:17 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-06-06 13:32:56 +0000 |
commit | e0a50282368b2f638546f31b517e009c7651ac83 (patch) | |
tree | 009df7bfea1277d79780c98db52b7398afae36d6 /sys-apps | |
parent | net-misc/yt-dlp: drop 2024.04.09, 2024.05.26 (diff) | |
download | gentoo-e0a50282368b2f638546f31b517e009c7651ac83.tar.gz gentoo-e0a50282368b2f638546f31b517e009c7651ac83.tar.bz2 gentoo-e0a50282368b2f638546f31b517e009c7651ac83.zip |
sys-apps/tuned: support python3.12
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/tuned/tuned-2.22.1-r1.ebuild (renamed from sys-apps/tuned/tuned-2.22.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/tuned/tuned-2.22.1.ebuild b/sys-apps/tuned/tuned-2.22.1-r1.ebuild index 574731427297..7f5306e69847 100644 --- a/sys-apps/tuned/tuned-2.22.1.ebuild +++ b/sys-apps/tuned/tuned-2.22.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit optfeature python-single-r1 tmpfiles xdg-utils |