commit: 9b731e405137575ec080b10af7f56788813343ef Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 17:24:45 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 19:23:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b731e40
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 <AT> gentoo.org> ...rospection-1.80.1.ebuild => gobject-introspection-1.80.1-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) 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 similarity index 96% rename from dev-libs/gobject-introspection/gobject-introspection-1.80.1.ebuild rename to 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}]
