diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 11:39:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 11:39:44 +0100 |
commit | 422d1c3f3bf798265b7ffbd9924695a3c04177c0 (patch) | |
tree | 5ef01fd5ac3e8a7eb6200f748ade606654e089af /sys-auth | |
parent | app-arch/pigz: fix compat w/ zlib-1.3 (diff) | |
download | gentoo-422d1c3f3bf798265b7ffbd9924695a3c04177c0.tar.gz gentoo-422d1c3f3bf798265b7ffbd9924695a3c04177c0.tar.bz2 gentoo-422d1c3f3bf798265b7ffbd9924695a3c04177c0.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-123.ebuild | 7 |
1 files 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 ) " |