From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD8221581FB for ; Wed, 28 Aug 2024 19:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5E89E29F5; Wed, 28 Aug 2024 19:23:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C06F3E29F5 for ; Wed, 28 Aug 2024 19:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB716340C37 for ; Wed, 28 Aug 2024 19:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BE614D6 for ; Wed, 28 Aug 2024 19:23:45 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1724872995.9b731e405137575ec080b10af7f56788813343ef.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.80.1.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 9b731e405137575ec080b10af7f56788813343ef X-VCS-Branch: master Date: Wed, 28 Aug 2024 19:23:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 869a841b-294c-47e4-8260-0e9e41630318 X-Archives-Hash: 20116afb7ffd06acda3f8fffa25ed078 commit: 9b731e405137575ec080b10af7f56788813343ef Author: Eli Schwartz gentoo org> AuthorDate: Wed Aug 28 17:24:45 2024 +0000 Commit: Eli Schwartz gentoo 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 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}]