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:32
Message-Id: 1632684969.1ccf0627edc9055e4d291ad1a8600686ac737380.conikost@gentoo
1 commit: 1ccf0627edc9055e4d291ad1a8600686ac737380
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 19:24:30 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 19:36:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccf0627
7
8 sys-apps/tuned: fix tmpfiles
9
10 Closes: https://bugs.gentoo.org/810832
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 sys-apps/tuned/tuned-2.15.0-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-apps/tuned/tuned-2.15.0-r1.ebuild b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
18 index 050ad815152..cceedf446eb 100644
19 --- a/sys-apps/tuned/tuned-2.15.0-r1.ebuild
20 +++ b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 PYTHON_COMPAT=( python3_{8,9} )
24
25 -inherit python-single-r1 xdg-utils
26 +inherit python-single-r1 tmpfiles xdg-utils
27
28 DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
29 HOMEPAGE="https://github.com/redhat-performance/tuned"
30 @@ -58,5 +58,6 @@ src_install() {
31 }
32
33 pkg_postinst() {
34 + tmpfiles_process ${PN}.conf
35 xdg_icon_cache_update
36 }