From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1499354-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 8B23615A7D9
	for <garchives@archives.gentoo.org>; Wed, 22 Mar 2023 09:20:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3823EE0825;
	Wed, 22 Mar 2023 09:20:10 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F0FA8E0817
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 09:20:09 +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 C87ED335DA8
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 09:20:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 03EB98E3
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Mar 2023 09:20:07 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1679476792.e68ebe6740731aa3033b3df6dc081a9f080f9eea.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/symengine/symengine-0.9.2-r2.ebuild dev-python/symengine/symengine-0.9.2-r3.ebuild
X-VCS-Directories: dev-python/symengine/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e68ebe6740731aa3033b3df6dc081a9f080f9eea
X-VCS-Branch: master
Date: Wed, 22 Mar 2023 09:20:07 +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: 19ca026f-9ba1-4a09-a5f5-75b978179095
X-Archives-Hash: 9274353f87416a0b5354745ff351891e

commit:     e68ebe6740731aa3033b3df6dc081a9f080f9eea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 08:36:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 09:19:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68ebe67

dev-python/symengine: fix symengine dep

Fails to build w/ new sci-libs/symengine-0.10.0. New release is in progress
though.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../symengine/{symengine-0.9.2-r2.ebuild => symengine-0.9.2-r3.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/symengine/symengine-0.9.2-r2.ebuild b/dev-python/symengine/symengine-0.9.2-r3.ebuild
similarity index 96%
rename from dev-python/symengine/symengine-0.9.2-r2.ebuild
rename to dev-python/symengine/symengine-0.9.2-r3.ebuild
index 2d540508032a..fb0fcbc0720c 100644
--- a/dev-python/symengine/symengine-0.9.2-r2.ebuild
+++ b/dev-python/symengine/symengine-0.9.2-r3.ebuild
@@ -35,7 +35,7 @@ BDEPEND="
 # See also https://github.com/symengine/symengine.py/blob/master/symengine_version.txt
 DEPEND="
 	dev-python/numpy[${PYTHON_USEDEP}]
-	>=sci-libs/symengine-$(ver_cut 1-2):=
+	=sci-libs/symengine-$(ver_cut 1-2)*
 "
 RDEPEND="
 	${DEPEND}