summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-10-26 00:31:28 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-10-26 00:40:46 +0200
commita4c5817769b475c9ea5861e307237c67027fe09f (patch)
treead4d540fd2cd1cf5a3316553aa93cc1448a910e0 /dev-lang
parentapp-admin/rsyslog: enable DTLS modules (diff)
downloadgentoo-a4c5817769b475c9ea5861e307237c67027fe09f.tar.gz
gentoo-a4c5817769b475c9ea5861e307237c67027fe09f.tar.bz2
gentoo-a4c5817769b475c9ea5861e307237c67027fe09f.zip
dev-lang/ats2: use 1 job for install
Closes: https://bugs.gentoo.org/942145 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ats2/ats2-0.4.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ats2/ats2-0.4.2-r1.ebuild b/dev-lang/ats2/ats2-0.4.2-r1.ebuild
index a1f05aca38fb..617acc3b73f4 100644
--- a/dev-lang/ats2/ats2-0.4.2-r1.ebuild
+++ b/dev-lang/ats2/ats2-0.4.2-r1.ebuild
@@ -79,7 +79,7 @@ src_compile() {
}
src_install() {
- default
+ emake -j1 DESTDIR="${D}" install
if use emacs ; then
cd utils/emacs || die