diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-10-26 00:31:28 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-10-26 00:40:46 +0200 |
commit | a4c5817769b475c9ea5861e307237c67027fe09f (patch) | |
tree | ad4d540fd2cd1cf5a3316553aa93cc1448a910e0 /dev-lang | |
parent | app-admin/rsyslog: enable DTLS modules (diff) | |
download | gentoo-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.ebuild | 2 |
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 |