Skip to content

Commit

Permalink
net-libs/signon-ui: use -j1 for build
Browse files Browse the repository at this point in the history
Not spending time on qmake nonsense, sorry.

Closes: https://bugs.gentoo.org/579700
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 21, 2023
1 parent 5154012 commit 806a698
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion net-libs/signon-ui/signon-ui-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ src_configure() {
fi
}

src_compile() {
emake -j1
}

src_install() {
emake INSTALL_ROOT="${D}" install
emake INSTALL_ROOT="${D}" -j1 install
}

0 comments on commit 806a698

Please sign in to comment.