commit: 422d1c3f3bf798265b7ffbd9924695a3c04177c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 10:39:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 10:39:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422d1c3f
sys-auth/polkit: add trivial lower bounds
While the numbers are long gone from gentoo, I find it easier to just directly
compare the numbers w/ whatever is in the build system.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/polkit/polkit-123.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-auth/polkit/polkit-123.ebuild
b/sys-auth/polkit/polkit-123.ebuild
index 4e688c0a4f23..10339bf91bae 100644
--- a/sys-auth/polkit/polkit-123.ebuild
+++ b/sys-auth/polkit/polkit-123.ebuild
@@ -46,7 +46,7 @@ BDEPEND="
dev-util/glib-utils
sys-devel/gettext
virtual/pkgconfig
- introspection? ( dev-libs/gobject-introspection )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
test? (
$(python_gen_any_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
@@ -55,7 +55,7 @@ BDEPEND="
)
"
DEPEND="
- dev-libs/glib:2
+ >=dev-libs/glib-2.32:2
dev-libs/expat
daemon? (
duktape? ( dev-lang/duktape:= )
@@ -69,7 +69,8 @@ DEPEND="
systemd? ( sys-apps/systemd:0=[policykit] )
!systemd? ( sys-auth/elogind )
"
-RDEPEND="${DEPEND}
+RDEPEND="
+ ${DEPEND}
acct-user/polkitd
selinux? ( sec-policy/selinux-policykit )
"