commit: 9ad9105aa3c17428af8679883fe5710eb514ffcf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 19 01:20:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 19 01:20:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad9105a
dev-util/gdbus-codegen: add blocker on <dev-libs/glib-${PV} I don't like blockers for this at all but it's what dev-libs/glib already does for dev-util/gdbus-codegen, we just need the other direction here. gdbus-codegen-2.84.0 emits code using g_variant_builder_init_static which needs glib-2.84.0 for building + linking against. Closes: https://bugs.gentoo.org/951313 Closes: https://bugs.gentoo.org/951115 Closes: https://bugs.gentoo.org/951345 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{gdbus-codegen-2.84.0.ebuild => gdbus-codegen-2.84.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.84.0.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.84.0-r1.ebuild similarity index 98% rename from dev-util/gdbus-codegen/gdbus-codegen-2.84.0.ebuild rename to dev-util/gdbus-codegen/gdbus-codegen-2.84.0-r1.ebuild index ae6bdba2add7..9f7ee794de6c 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.84.0.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.84.0-r1.ebuild @@ -21,6 +21,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv RDEPEND=" ${PYTHON_DEPS} + !<dev-libs/glib-${PV} " DEPEND="${RDEPEND}" BDEPEND="