summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-28 13:24:45 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-28 15:23:15 -0400
commit9b731e405137575ec080b10af7f56788813343ef (patch)
tree64f4c4fdc0ed338f72e817b0134c72596397decf /dev-libs/gobject-introspection
parentnet-misc/netifrc: add 0.7.9 (diff)
downloadgentoo-9b731e405137575ec080b10af7f56788813343ef.tar.gz
gentoo-9b731e405137575ec080b10af7f56788813343ef.tar.bz2
gentoo-9b731e405137575ec080b10af7f56788813343ef.zip
dev-libs/gobject-introspection: fix broken update that didn't copy latest
In commit 87757767aae114d32059400fd72d1a59656f8382, the package was updated with an inaccurate py3.12 bump that wasn't thoroughly tested and didn't check the changelog. The previous version of the ebuild had already been updated in the meantime to support py3.12 correctly, via commit cc2b9a4a8fb4d94acf59dfeb2836cde223415a73. Copy over the changes from 1.78.1 to 1.80.1. Fixes: 87757767aae114d32059400fd72d1a59656f8382 Fixes: https://github.com/gentoo/gentoo/pull/36834 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild (renamed from dev-libs/gobject-introspection/gobject-introspection-1.80.1.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.80.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
index a6d1be4002fe..511ec1bdb784 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.80.1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
@@ -24,6 +24,9 @@ RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
>=dev-libs/glib-2.79.0:2
dev-libs/libffi:=
+ $(python_gen_cond_dep '
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ' 3.12)
doctool? (
$(python_gen_cond_dep '
dev-python/mako[${PYTHON_USEDEP}]