Сравнение tuned-2.27.0-r1 с tuned-2.27.0-r2

/usr/portage/sys-apps/tuned/tuned-2.27.0-r2.ebuild 2026-05-18 19:17:03.938811894 +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

  
......
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
16
KEYWORDS="amd64"
16
KEYWORDS="~amd64"
17 17
IUSE="+ppd"
18 18
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
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}]
......
60 57
	einstalldocs
61 58

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

  
65 62
	rm -r "${ED}"/run "${ED}"/var || die
66 63

  
......
74 71
	xdg_pkg_postinst
75 72

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

  
80 82
	# tuned-gui.py calls systemctl
81 83
	has_version sys-apps/systemd && optfeature "GTK gui" x11-libs/gtk+:3[introspection]
82 84
}
Спасибо!