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 2BC92158094 for ; Sun, 28 Aug 2022 04:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 209C3E084A; Sun, 28 Aug 2022 04:56:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07B00E084A for ; Sun, 28 Aug 2022 04:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99E68335DB3 for ; Sun, 28 Aug 2022 04:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D493E574 for ; Sun, 28 Aug 2022 04:56:49 +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: <1661662576.005e124245299c2984352564deac51a6385311d7.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/circt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/circt/circt-1.14.0.ebuild X-VCS-Directories: sci-electronics/circt/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 005e124245299c2984352564deac51a6385311d7 X-VCS-Branch: dev Date: Sun, 28 Aug 2022 04:56:49 +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: 4fe2f975-10ea-4867-81e2-2163b37a436d X-Archives-Hash: 5be57acb27383f0db32bf15344feb1a8 commit: 005e124245299c2984352564deac51a6385311d7 Author: Huang Rui gmail com> AuthorDate: Sun Aug 28 04:56:16 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Sun Aug 28 04:56:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=005e1242 sci-electronics/circt: fix source file path Signed-off-by: Huang Rui gmail.com> sci-electronics/circt/circt-1.14.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-electronics/circt/circt-1.14.0.ebuild b/sci-electronics/circt/circt-1.14.0.ebuild index 14b7a0b36..6145f1897 100644 --- a/sci-electronics/circt/circt-1.14.0.ebuild +++ b/sci-electronics/circt/circt-1.14.0.ebuild @@ -19,7 +19,9 @@ HOMEPAGE=" if [[ "${PV}" == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/llvm/${PN}.git" - EGIT_SUBMODULES=( '*' ) + S_CIRCT="${EGIT_CHECKOUT_DIR}" + S_LLVM="${S_CIRCT}/llvm" + S="${S_LLVM}/llvm" else SRC_URI=" https://github.com/llvm/circt/archive/refs/tags/sifive/${MY_PV}.tar.gz -> ${P}.tar.gz