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: 1496621101.1a7e90ee9f2bd18cd861cb43cc877e4268824d76.leio@gentoo
1 commit: 1a7e90ee9f2bd18cd861cb43cc877e4268824d76
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 5 00:05:01 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 5 00:05:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7e90ee
7
8 dev-util/sysprof: Add previously missing polkit dependency for USE=gtk too
9
10 Gentoo-bug: 620450
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12
13 dev-util/sysprof/sysprof-3.22.2.ebuild | 4 +++-
14 dev-util/sysprof/sysprof-3.24.1.ebuild | 5 ++++-
15 2 files changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/sysprof/sysprof-3.22.2.ebuild b/dev-util/sysprof/sysprof-3.22.2.ebuild
18 index 95c9ebbdc81..baa9bad8132 100644
19 --- a/dev-util/sysprof/sysprof-3.22.2.ebuild
20 +++ b/dev-util/sysprof/sysprof-3.22.2.ebuild
21 @@ -15,7 +15,9 @@ IUSE="debug gtk systemd"
22
23 RDEPEND="
24 >=dev-libs/glib-2.44:2
25 - gtk? ( >=x11-libs/gtk+-3.21.5:3 )
26 + gtk? (
27 + sys-auth/polkit
28 + >=x11-libs/gtk+-3.22.0:3 )
29 systemd? (
30 sys-auth/polkit
31 >=sys-apps/systemd-222 )
32
33 diff --git a/dev-util/sysprof/sysprof-3.24.1.ebuild b/dev-util/sysprof/sysprof-3.24.1.ebuild
34 index 93e9abc09be..bc46f88d423 100644
35 --- a/dev-util/sysprof/sysprof-3.24.1.ebuild
36 +++ b/dev-util/sysprof/sysprof-3.24.1.ebuild
37 @@ -15,7 +15,9 @@ IUSE="debug gtk systemd"
38
39 RDEPEND="
40 >=dev-libs/glib-2.44:2
41 - gtk? ( >=x11-libs/gtk+-3.22.0:3 )
42 + gtk? (
43 + sys-auth/polkit
44 + >=x11-libs/gtk+-3.22.0:3 )
45 systemd? (
46 sys-auth/polkit
47 >=sys-apps/systemd-222 )
48 @@ -35,6 +37,7 @@ pkg_pretend() {
49
50 src_configure() {
51 # introspection & vala not use in build system
52 + # --with-sysprofd=host currently unavailable from ebuild
53 gnome2_src_configure \
54 $(use_enable debug) \
55 $(use_enable gtk) \