diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-06-05 03:05:01 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-06-05 03:05:01 +0300 |
commit | 1a7e90ee9f2bd18cd861cb43cc877e4268824d76 (patch) | |
tree | 7ea15cf8e060dce5067926c7b1639452227e05d1 /dev-util | |
parent | dev-libs/tvision: Fix invalid characters (diff) | |
download | gentoo-1a7e90ee9f2bd18cd861cb43cc877e4268824d76.tar.gz gentoo-1a7e90ee9f2bd18cd861cb43cc877e4268824d76.tar.bz2 gentoo-1a7e90ee9f2bd18cd861cb43cc877e4268824d76.zip |
dev-util/sysprof: Add previously missing polkit dependency for USE=gtk too
Gentoo-bug: 620450
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/sysprof/sysprof-3.22.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/sysprof/sysprof-3.24.1.ebuild | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/sysprof/sysprof-3.22.2.ebuild b/dev-util/sysprof/sysprof-3.22.2.ebuild index 95c9ebbdc817..baa9bad81320 100644 --- a/dev-util/sysprof/sysprof-3.22.2.ebuild +++ b/dev-util/sysprof/sysprof-3.22.2.ebuild @@ -15,7 +15,9 @@ IUSE="debug gtk systemd" RDEPEND=" >=dev-libs/glib-2.44:2 - gtk? ( >=x11-libs/gtk+-3.21.5:3 ) + gtk? ( + sys-auth/polkit + >=x11-libs/gtk+-3.22.0:3 ) systemd? ( sys-auth/polkit >=sys-apps/systemd-222 ) diff --git a/dev-util/sysprof/sysprof-3.24.1.ebuild b/dev-util/sysprof/sysprof-3.24.1.ebuild index 93e9abc09bed..bc46f88d4238 100644 --- a/dev-util/sysprof/sysprof-3.24.1.ebuild +++ b/dev-util/sysprof/sysprof-3.24.1.ebuild @@ -15,7 +15,9 @@ IUSE="debug gtk systemd" RDEPEND=" >=dev-libs/glib-2.44:2 - gtk? ( >=x11-libs/gtk+-3.22.0:3 ) + gtk? ( + sys-auth/polkit + >=x11-libs/gtk+-3.22.0:3 ) systemd? ( sys-auth/polkit >=sys-apps/systemd-222 ) @@ -35,6 +37,7 @@ pkg_pretend() { src_configure() { # introspection & vala not use in build system + # --with-sysprofd=host currently unavailable from ebuild gnome2_src_configure \ $(use_enable debug) \ $(use_enable gtk) \ |