Diff tuned-2.27.0-r1 with a tuned-2.27.0-r2

/usr/portage/sys-apps/tuned/tuned-2.27.0-r2.ebuild 2026-06-10 19:17:07.266990751 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{11..13} )
6
PYTHON_COMPAT=( python3_{11..14} )
7 7

  
8 8
inherit optfeature python-single-r1 tmpfiles toolchain-funcs xdg
9 9

  
......
19 19

  
20 20
RDEPEND="
21 21
	${PYTHON_DEPS}
22
	app-emulation/virt-what
23
	dev-debug/systemtap
24 22
	sys-apps/dbus
25 23
	sys-apps/ethtool
26
	sys-power/powertop
27 24
	$(python_gen_cond_dep '
28 25
		dev-python/configobj[${PYTHON_USEDEP}]
29 26
		dev-python/dbus-python[${PYTHON_USEDEP}]
......
61 58
	einstalldocs
62 59

  
63 60
	# 934664
64
	dodir /etc/tuned/profiles
61
	keepdir /etc/tuned/profiles
65 62

  
66 63
	rm -r "${ED}"/run "${ED}"/var || die
67 64

  
......
75 72
	xdg_pkg_postinst
76 73

  
77 74
	optfeature_header
78
	optfeature "Optimize for power saving by spinning-down rotational disks" sys-apps/hdparm
75
	optfeature "Virtual machine detection" app-emulation/virt-what
76
	optfeature "Detailed system monitoring" dev-debug/systemtap
77
	optfeature "Optimize Wi-Fi power management" net-wireless/wireless-tools
79 78
	optfeature "Get hardware info" sys-apps/dmidecode
79
	optfeature "Optimize for power saving by spinning-down rotational disks" sys-apps/hdparm
80 80
	optfeature "Optimize network txqueuelen" sys-apps/iproute2
81
	optfeature "Generate custom profiles based on powertop recommendations" sys-power/powertop
82

  
81 83
	# tuned-gui.py calls systemctl
82 84
	has_version sys-apps/systemd && optfeature "GTK gui" x11-libs/gtk+:3[introspection]
83 85
}
Thank you!