Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysprof/
Date: Mon, 05 Jun 2017 00:14:03
Message-Id: 1496621444.4c000d4f347a059a39ac9f4a8198ef8c729ce9cd.leio@gentoo
1 commit: 4c000d4f347a059a39ac9f4a8198ef8c729ce9cd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 00:10:44 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 00:10:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c000d4f
7
8 dev-util/sysprof: clarify the purpose of USE=systemd in local metadata
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-util/sysprof/metadata.xml | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
16 index 472e9918b4c..066ec096b82 100644
17 --- a/dev-util/sysprof/metadata.xml
18 +++ b/dev-util/sysprof/metadata.xml
19 @@ -15,4 +15,8 @@
20 Sysprof handles shared libraries and applications do not need to be recompiled.
21 In fact they don't even have to be restarted.
22 </longdescription>
23 +<use>
24 + <flag name="systemd">Build the sysprofd daemon service, required to run the UI without root permissions.
25 + Relies on <pkg>sys-apps/systemd</pkg> running as the init system.</flag>
26 +</use>
27 </pkgmetadata>