dev-tcltk/blt: build with -j1

Closes: https://bugs.gentoo.org/968126
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-03-06 00:38:28 +00:00
parent c983d65cb8
commit bf6aafc536

View File

@@ -106,7 +106,7 @@ src_configure() {
}
src_compile() {
emake LDFLAGS="${LDFLAGS}"
emake -j1 LDFLAGS="${LDFLAGS}"
}
src_install() {
@@ -123,7 +123,7 @@ src_install() {
/usr/share/man/mann \
/usr/include
emake INSTALL_ROOT="${D}" install
emake -j1 INSTALL_ROOT="${D}" install
dodoc NEWS PROBLEMS README
docinto html