commit: 7503538210a9246fece1447f0d9ecd647fb9d6de Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 05:47:04 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 05:59:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75035382
dev-util/sysprof: polkit support needs daemon Since commit d54b63da0d416434c82e86019cb663ad6a310547 (polkit-122) it has been possible to disable polkit-agent-1. At the time, despite sysprof depending on polkit-agent-1, it was overlooked and didn't explicitly depend on USE=daemon. Closes: https://bugs.gentoo.org/947013 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-util/sysprof/{sysprof-3.48.0.ebuild => sysprof-3.48.0-r1.ebuild} | 4 ++-- dev-util/sysprof/sysprof-46.0-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/sysprof/sysprof-3.48.0.ebuild b/dev-util/sysprof/sysprof-3.48.0-r1.ebuild similarity index 97% rename from dev-util/sysprof/sysprof-3.48.0.ebuild rename to dev-util/sysprof/sysprof-3.48.0-r1.ebuild index d87368eacc05..09ed50fba0d1 100644 --- a/dev-util/sysprof/sysprof-3.48.0.ebuild +++ b/dev-util/sysprof/sysprof-3.48.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ RDEPEND=" x11-libs/pango ) dev-libs/json-glib - >=sys-auth/polkit-0.114 + >=sys-auth/polkit-0.114[daemon] unwind? ( sys-libs/libunwind:= ) >=dev-util/sysprof-common-${PV} >=dev-util/sysprof-capture-${PV}:${API_VERSION} diff --git a/dev-util/sysprof/sysprof-46.0-r1.ebuild b/dev-util/sysprof/sysprof-46.0-r1.ebuild index 43b8f904cba8..db1534313d32 100644 --- a/dev-util/sysprof/sysprof-46.0-r1.ebuild +++ b/dev-util/sysprof/sysprof-46.0-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=dev-libs/libdex-0.3.1 >=gui-libs/libpanel-1.3.0 sys-libs/libunwind:= - >=sys-auth/polkit-0.114 + >=sys-auth/polkit-0.114[daemon] >=dev-util/sysprof-common-${PV} >=dev-util/sysprof-capture-${PV}:${API_VERSION} "
