From: Mart Raudsepp Date: Mon, 5 Jun 2017 00:05:01 +0000 (+0300) Subject: dev-util/sysprof: Add previously missing polkit dependency for USE=gtk too X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a7e90ee9f2bd18cd861cb43cc877e4268824d76;p=gentoo.git 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 --- 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) \