From 422d1c3f3bf798265b7ffbd9924695a3c04177c0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Aug 2023 11:39:32 +0100 Subject: 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 --- sys-auth/polkit/polkit-123.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-auth') 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 ) " -- cgit v1.2.3-65-gdbad