commit: ae37e3f389808700bd0f4343ee04888f0ef179d2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 17 17:49:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 17 17:49:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae37e3f3
sys-auth/polkit: depend on newer gobject-introspection as a workaround Depend on >=1.82.0-r2 as a workaround for us not being able to properly express "an older version of this will break other packages and must be upgraded ASAP". It's a pain when upgrading older systems. Bug: https://bugs.gentoo.org/947058 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/polkit/polkit-123-r1.ebuild | 2 +- sys-auth/polkit/polkit-126-r1.ebuild | 2 +- sys-auth/polkit/polkit-126-r2.ebuild | 2 +- sys-auth/polkit/polkit-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-auth/polkit/polkit-123-r1.ebuild b/sys-auth/polkit/polkit-123-r1.ebuild index 969f65cd5a50..34b4e42c38f8 100644 --- a/sys-auth/polkit/polkit-123-r1.ebuild +++ b/sys-auth/polkit/polkit-123-r1.ebuild @@ -46,7 +46,7 @@ BDEPEND=" dev-util/glib-utils sys-devel/gettext virtual/pkgconfig - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) test? ( $(python_gen_any_dep ' dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/sys-auth/polkit/polkit-126-r1.ebuild b/sys-auth/polkit/polkit-126-r1.ebuild index 8f0ca0772100..1511837ee9fb 100644 --- a/sys-auth/polkit/polkit-126-r1.ebuild +++ b/sys-auth/polkit/polkit-126-r1.ebuild @@ -40,7 +40,7 @@ BDEPEND=" dev-libs/libxslt dev-util/glib-utils virtual/pkgconfig - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) nls? ( sys-devel/gettext ) test? ( $(python_gen_any_dep ' diff --git a/sys-auth/polkit/polkit-126-r2.ebuild b/sys-auth/polkit/polkit-126-r2.ebuild index 197d7e56e652..ff2c61d7702e 100644 --- a/sys-auth/polkit/polkit-126-r2.ebuild +++ b/sys-auth/polkit/polkit-126-r2.ebuild @@ -40,7 +40,7 @@ BDEPEND=" dev-libs/libxslt dev-util/glib-utils virtual/pkgconfig - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) nls? ( sys-devel/gettext ) test? ( $(python_gen_any_dep ' diff --git a/sys-auth/polkit/polkit-9999.ebuild b/sys-auth/polkit/polkit-9999.ebuild index 7ca3f373a73b..a258cd7e71e9 100644 --- a/sys-auth/polkit/polkit-9999.ebuild +++ b/sys-auth/polkit/polkit-9999.ebuild @@ -40,7 +40,7 @@ BDEPEND=" dev-libs/libxslt dev-util/glib-utils virtual/pkgconfig - introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) nls? ( sys-devel/gettext ) test? ( $(python_gen_any_dep '
