diff options
Diffstat (limited to 'sys-apps/tuned/tuned-2.21.0.ebuild')
-rw-r--r-- | sys-apps/tuned/tuned-2.21.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/tuned/tuned-2.21.0.ebuild b/sys-apps/tuned/tuned-2.21.0.ebuild index 3be0719a79c1..574731427297 100644 --- a/sys-apps/tuned/tuned-2.21.0.ebuild +++ b/sys-apps/tuned/tuned-2.21.0.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..11} ) inherit optfeature python-single-r1 tmpfiles xdg-utils @@ -31,7 +31,7 @@ DEPEND=" RDEPEND=" ${DEPEND} app-emulation/virt-what - dev-util/systemtap + dev-debug/systemtap sys-apps/dbus sys-apps/ethtool sys-power/powertop |