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 F4153158083 for ; Fri, 6 Sep 2024 09:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F50FE29D6; Fri, 6 Sep 2024 09:29:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B763E29D6 for ; Fri, 6 Sep 2024 09:29:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FF3234164C for ; Fri, 6 Sep 2024 09:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6631F43 for ; Fri, 6 Sep 2024 09:29:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1725614869.5c5aff7fd646130423ba2549ac913704917ed70d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-74.1.2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5c5aff7fd646130423ba2549ac913704917ed70d X-VCS-Branch: master Date: Fri, 6 Sep 2024 09:29:30 +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: 487d4804-a274-4d91-aa80-136c34d8b081 X-Archives-Hash: 3b18706e232f7e0c81109598eb4191a1 commit: 5c5aff7fd646130423ba2549ac913704917ed70d Author: Michał Górny gentoo org> AuthorDate: Tue Sep 3 05:48:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 6 09:27:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5aff7f dev-python/setuptools: Add blockers on broken gobject-introspection Add explicit blockers to prevent dev-python/setuptools being upraded prior to dev-libs/gobject-introspection, that could lead to breakage. Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-74.1.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/setuptools/setuptools-74.1.2.ebuild b/dev-python/setuptools/setuptools-74.1.2.ebuild index e1b22ccd2771..21479a9f0955 100644 --- a/dev-python/setuptools/setuptools-74.1.2.ebuild +++ b/dev-python/setuptools/setuptools-74.1.2.ebuild @@ -35,6 +35,9 @@ RDEPEND=" $(python_gen_cond_dep ' >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] ' 3.10) + !!<=dev-libs/gobject-introspection-1.76.1-r0 + !!=dev-libs/gobject-introspection-1.78.1-r0 + !!=dev-libs/gobject-introspection-1.80.1-r1 " BDEPEND=" ${RDEPEND}