From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1649571-garchives=archives.gentoo.org@lists.gentoo.org>
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 1163B1581C1
	for <garchives@archives.gentoo.org>; Thu,  4 Jul 2024 10:41:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 58FFDE29CD;
	Thu,  4 Jul 2024 10:41:08 +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 3DAF8E29CD
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jul 2024 10:41:08 +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 2E2A633C4EE
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jul 2024 10:41:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C31AAE0
	for <gentoo-commits@lists.gentoo.org>; Thu,  4 Jul 2024 10:41:05 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1720089646.4562796efd6f3876b86bef68e2553fcfa78bad8c.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/sip/sip-6.8.5.ebuild
X-VCS-Directories: dev-python/sip/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 4562796efd6f3876b86bef68e2553fcfa78bad8c
X-VCS-Branch: master
Date: Thu,  4 Jul 2024 10:41:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8852aaee-d3e6-44ba-acc6-6fae60173a23
X-Archives-Hash: 7cec0ccec8b78dcaf808850ca3616f9b

commit:     4562796efd6f3876b86bef68e2553fcfa78bad8c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 10:39:24 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 10:40:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4562796e

dev-python/sip: set >=8 lower bound for setuptools-scm

Hasn't been that long since 7 been removed, so may be needed
for a while still.

Closes: https://bugs.gentoo.org/935460
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/sip/sip-6.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sip/sip-6.8.5.ebuild b/dev-python/sip/sip-6.8.5.ebuild
index c5f8826c2311..360faca66015 100644
--- a/dev-python/sip/sip-6.8.5.ebuild
+++ b/dev-python/sip/sip-6.8.5.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 	$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
 "
 BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	>=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs \