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 1ADB115806E for ; Mon, 5 Jun 2023 07:16:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A7BE0919; Mon, 5 Jun 2023 07:16:42 +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 27902E0919 for ; Mon, 5 Jun 2023 07:16:42 +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 3D2DA335C7B for ; Mon, 5 Jun 2023 07:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DD1AA5A for ; Mon, 5 Jun 2023 07:16:39 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1685949345.1cd0ce4df71a54475abc840aec0cd80231f6f7c2.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/slang/slang-2.0-r1.ebuild sci-electronics/slang/slang-2.0-r2.ebuild X-VCS-Directories: sci-electronics/slang/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 1cd0ce4df71a54475abc840aec0cd80231f6f7c2 X-VCS-Branch: dev Date: Mon, 5 Jun 2023 07:16:39 +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: 5ec8320a-7da3-41d9-a40a-b32c822cbe23 X-Archives-Hash: 6f6634e50d4457c4cc5cc65ad3a629aa commit: 1cd0ce4df71a54475abc840aec0cd80231f6f7c2 Author: Huang Rui gmail com> AuthorDate: Mon Jun 5 07:15:45 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Jun 5 07:15:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cd0ce4d sci-electronics/slang: fix unordered_dense depend Signed-off-by: Huang Rui gmail.com> sci-electronics/slang/{slang-2.0-r1.ebuild => slang-2.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/slang/slang-2.0-r1.ebuild b/sci-electronics/slang/slang-2.0-r2.ebuild similarity index 93% rename from sci-electronics/slang/slang-2.0-r1.ebuild rename to sci-electronics/slang/slang-2.0-r2.ebuild index b06b86cf6..e37c0ccce 100644 --- a/sci-electronics/slang/slang-2.0-r1.ebuild +++ b/sci-electronics/slang/slang-2.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1 DESCRIPTION="SystemVerilog compiler and language services" @@ -31,7 +31,7 @@ RDEPEND=" ${PYTHON_DEPS} >=dev-cpp/catch-3.0.1 >=dev-libs/libfmt-9.1.0 - >=dev-libs/unordered_dense-2.0.0 =dev-libs/unordered_dense-2.0.0 =dev-python/pybind11-2.10[${PYTHON_USEDEP}] ')