Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
Date: Sun, 26 Sep 2021 19:36:30
Message-Id: 1632684968.ff73401329314db5453511af1f64f972bd6daa5d.conikost@gentoo
1 commit: ff73401329314db5453511af1f64f972bd6daa5d
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 19:23:35 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 19:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff734013
7
8 sys-apps/tuned: sort inherit
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-apps/tuned/tuned-2.16.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/tuned/tuned-2.16.0.ebuild b/sys-apps/tuned/tuned-2.16.0.ebuild
17 index bb7ae49d1f9..cceedf446eb 100644
18 --- a/sys-apps/tuned/tuned-2.16.0.ebuild
19 +++ b/sys-apps/tuned/tuned-2.16.0.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{8,9} )
23
24 -inherit python-single-r1 xdg-utils tmpfiles
25 +inherit python-single-r1 tmpfiles xdg-utils
26
27 DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
28 HOMEPAGE="https://github.com/redhat-performance/tuned"
29 @@ -58,6 +58,6 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 - xdg_icon_cache_update
34 tmpfiles_process ${PN}.conf
35 + xdg_icon_cache_update
36 }