diff options
author | 2024-01-18 15:41:31 +0100 | |
---|---|---|
committer | 2024-01-19 15:44:14 +0100 | |
commit | a51d470ab9fcd6932526b4534a91c46635042920 (patch) | |
tree | af41c22ae194e880d6ee217f4efba9c50c211716 /sys-apps/tuned/tuned-2.20.0.ebuild | |
parent | Move {dev-util → dev-debug}/sysdig (diff) | |
download | gentoo-a51d470ab9fcd6932526b4534a91c46635042920.tar.gz gentoo-a51d470ab9fcd6932526b4534a91c46635042920.tar.bz2 gentoo-a51d470ab9fcd6932526b4534a91c46635042920.zip |
Move {dev-util → dev-debug}/systemtap
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/tuned/tuned-2.20.0.ebuild')
-rw-r--r-- | sys-apps/tuned/tuned-2.20.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/tuned/tuned-2.20.0.ebuild b/sys-apps/tuned/tuned-2.20.0.ebuild index 3be0719a79c1..574731427297 100644 --- a/sys-apps/tuned/tuned-2.20.0.ebuild +++ b/sys-apps/tuned/tuned-2.20.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 |