diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-09-26 21:23:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-09-26 21:36:08 +0200 |
commit | ff73401329314db5453511af1f64f972bd6daa5d (patch) | |
tree | 0e6357c2d90b6b23c9210d0ab2de5b2652a974b9 /sys-apps | |
parent | sys-auth/munge: fix tmpfiles (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-apps/tuned/tuned-2.16.0.ebuild | 4 |
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 } |