Gentoo Archives: gentoo-commits

From: Rui Huang <vowstar@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/circt/
Date: Sun, 28 Aug 2022 04:56:54
Message-Id: 1661662576.005e124245299c2984352564deac51a6385311d7.vowstar@gentoo
1 commit: 005e124245299c2984352564deac51a6385311d7
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 28 04:56:16 2022 +0000
4 Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 28 04:56:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=005e1242
7
8 sci-electronics/circt: fix source file path
9
10 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
11
12 sci-electronics/circt/circt-1.14.0.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-electronics/circt/circt-1.14.0.ebuild b/sci-electronics/circt/circt-1.14.0.ebuild
16 index 14b7a0b36..6145f1897 100644
17 --- a/sci-electronics/circt/circt-1.14.0.ebuild
18 +++ b/sci-electronics/circt/circt-1.14.0.ebuild
19 @@ -19,7 +19,9 @@ HOMEPAGE="
20 if [[ "${PV}" == "9999" ]] ; then
21 inherit git-r3
22 EGIT_REPO_URI="https://github.com/llvm/${PN}.git"
23 - EGIT_SUBMODULES=( '*' )
24 + S_CIRCT="${EGIT_CHECKOUT_DIR}"
25 + S_LLVM="${S_CIRCT}/llvm"
26 + S="${S_LLVM}/llvm"
27 else
28 SRC_URI="
29 https://github.com/llvm/circt/archive/refs/tags/sifive/${MY_PV}.tar.gz -> ${P}.tar.gz