net-news/rssguard: fix parallel make issue in src_install

Closes: https://bugs.gentoo.org/760120
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18679
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Peter Alfredsen
2020-12-16 14:59:02 +01:00
committed by Sam James
parent 155785b6b9
commit e52880cfbd

View File

@@ -55,5 +55,5 @@ src_configure() {
}
src_install() {
emake install INSTALL_ROOT="${D}"
emake -j1 install INSTALL_ROOT="${D}"
}