commit: e19c08dc893133df9c23b4e3703992a139889023
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Sep 7 03:11:33 2022 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Sep 7 03:11:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e19c08dc
sci-electronics/bluespec: fix live ebuild
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/bluespec/bluespec-9999.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-electronics/bluespec/bluespec-9999.ebuild
b/sci-electronics/bluespec/bluespec-9999.ebuild
index 9bec0c105..143d64e79 100644
--- a/sci-electronics/bluespec/bluespec-9999.ebuild
+++ b/sci-electronics/bluespec/bluespec-9999.ebuild
@@ -26,6 +26,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
app-eselect/eselect-bluespec
+ app-shells/tcsh
dev-haskell/old-time:0=
dev-haskell/regex-compat:0=
dev-haskell/split:0=
@@ -70,7 +71,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-2022.01-libstp-stub-makefile.patch
)
-DOCS=( "README.md" "COPYING" )
+# Do not complain about CFLAGS etc since we don't use them
+QA_FLAGS_IGNORED="
+ usr/share/bsc/bsc-${PV}/bin/core/.*
+ usr/share/bsc/bsc-${PV}/lib/SAT/.*
+ usr/share/bsc/bsc-${PV}/lib/VPI/.*
+"
src_prepare() {
if [[ ${PV} != "9999" ]] ; then
@@ -83,12 +89,10 @@ src_prepare() {
src_compile() {
# NO_DEPS_CHECKS=1: skip the subrepo check (this deriviation uses
yices.src instead of the subrepo)
- # NOGIT=1: https://github.com/B-Lang-org/bsc/issues/12
# LDCONFIG=ldconfig: https://github.com/B-Lang-org/bsc/pull/43
# STP_STUB=1: https://github.com/B-Lang-org/bsc/pull/278
emake \
"NO_DEPS_CHECKS=1" \
- "NOGIT=1" \
"LDCONFIG=ldconfig" \
"STP_STUB=1" \
$(usex doc "" "NOASCIIDOCTOR=1") \