diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild index e6813d6709696..15b6a7dac1db7 100644 --- a/net-news/rssguard/rssguard-3.8.3.ebuild +++ b/net-news/rssguard/rssguard-3.8.3.ebuild @@ -55,5 +55,5 @@ src_configure() { } src_install() { - emake install INSTALL_ROOT="${D}" + emake -j1 install INSTALL_ROOT="${D}" }