summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-09-26 21:23:35 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-09-26 21:36:08 +0200
commitff73401329314db5453511af1f64f972bd6daa5d (patch)
tree0e6357c2d90b6b23c9210d0ab2de5b2652a974b9 /sys-apps/tuned
parentsys-auth/munge: fix tmpfiles (diff)
downloadgentoo-ff73401329314db5453511af1f64f972bd6daa5d.tar.gz
gentoo-ff73401329314db5453511af1f64f972bd6daa5d.tar.bz2
gentoo-ff73401329314db5453511af1f64f972bd6daa5d.zip
sys-apps/tuned: sort inherit
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r--sys-apps/tuned/tuned-2.16.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/tuned/tuned-2.16.0.ebuild b/sys-apps/tuned/tuned-2.16.0.ebuild
index bb7ae49d1f98..cceedf446eba 100644
--- a/sys-apps/tuned/tuned-2.16.0.ebuild
+++ b/sys-apps/tuned/tuned-2.16.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8,9} )
-inherit python-single-r1 xdg-utils tmpfiles
+inherit python-single-r1 tmpfiles xdg-utils
DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
HOMEPAGE="https://github.com/redhat-performance/tuned"
@@ -58,6 +58,6 @@ src_install() {
}
pkg_postinst() {
- xdg_icon_cache_update
tmpfiles_process ${PN}.conf
+ xdg_icon_cache_update
}