summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-07-15 02:24:59 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-07-15 02:26:37 +0200
commit0e916939307e2b03aaae4e44aedc63b257bf8169 (patch)
tree1e70059947ed67e2204ddb25393e7d74583c9e3d /sci-electronics
parentsci-mathematics/vampire: bump to 4.8 (diff)
downloadgentoo-0e916939307e2b03aaae4e44aedc63b257bf8169.tar.gz
gentoo-0e916939307e2b03aaae4e44aedc63b257bf8169.tar.bz2
gentoo-0e916939307e2b03aaae4e44aedc63b257bf8169.zip
sci-electronics/nvc: compile with one makejob
Closes: https://bugs.gentoo.org/909819 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/nvc/nvc-1.10.0.ebuild4
-rw-r--r--sci-electronics/nvc/nvc-1.9.2.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/sci-electronics/nvc/nvc-1.10.0.ebuild b/sci-electronics/nvc/nvc-1.10.0.ebuild
index f0d51228e05e..38a4bfa346de 100644
--- a/sci-electronics/nvc/nvc-1.10.0.ebuild
+++ b/sci-electronics/nvc/nvc-1.10.0.ebuild
@@ -91,6 +91,10 @@ src_configure() {
export V=1 # Verbose compilation and install.
}
+src_compile() {
+ emake -j1
+}
+
src_test() {
emake check
}
diff --git a/sci-electronics/nvc/nvc-1.9.2.ebuild b/sci-electronics/nvc/nvc-1.9.2.ebuild
index f0d51228e05e..38a4bfa346de 100644
--- a/sci-electronics/nvc/nvc-1.9.2.ebuild
+++ b/sci-electronics/nvc/nvc-1.9.2.ebuild
@@ -91,6 +91,10 @@ src_configure() {
export V=1 # Verbose compilation and install.
}
+src_compile() {
+ emake -j1
+}
+
src_test() {
emake check
}