summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-02 21:42:02 +0000
committerSam James <sam@gentoo.org>2024-12-02 21:43:19 +0000
commit56bdbdc6e35c38ee9100ea5914edd89d7232d1f7 (patch)
treeb2cf46a61d92483ca5965262cddecf17977bbd6c /dev-libs/gobject-introspection
parentsys-devel/crossdev: add 20241202 (diff)
downloadgentoo-56bdbdc6e35c38ee9100ea5914edd89d7232d1f7.tar.gz
gentoo-56bdbdc6e35c38ee9100ea5914edd89d7232d1f7.tar.bz2
gentoo-56bdbdc6e35c38ee9100ea5914edd89d7232d1f7.zip
dev-libs/gobject-introspection: depend on dev-libs/glib[introspection]
This should be fine to just do given everything assumes gobject-introspection brings along glib. It's arguably a bit unclean semantically but then so are circular dependencies. Discussed with leio a bit. Bug: https://bugs.gentoo.org/937616 Closes: https://bugs.gentoo.org/945761 Closes: https://bugs.gentoo.org/945748 Closes: https://bugs.gentoo.org/945747 Closes: https://bugs.gentoo.org/945745 Closes: https://bugs.gentoo.org/945742 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.80.1-r3.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.80.1-r2.ebuild)2
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.82.0-r1.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.82.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r2.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r3.ebuild
index c692b7610bca..39c8a6071079 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r2.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r3.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# virtual/pkgconfig needed at runtime, bug #505408
RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
- >=dev-libs/glib-2.79.0:2
+ >=dev-libs/glib-2.79.0:2[introspection]
dev-libs/libffi:=
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.82.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.82.0-r1.ebuild
index 43e3ccd830ac..4e419d3dadfe 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.82.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.82.0-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# virtual/pkgconfig needed at runtime, bug #505408
RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
- >=dev-libs/glib-2.82.0:2
+ >=dev-libs/glib-2.82.0:2[introspection]
dev-libs/libffi:=
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]