commit: e52880cfbdfdb383f31844687e78a16df94252e9 Author: Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com> AuthorDate: Wed Dec 16 13:59:02 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 17:33:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52880cf
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 <AT> icloud.com> Closes: https://github.com/gentoo/gentoo/pull/18679 Signed-off-by: Sam James <sam <AT> gentoo.org> net-news/rssguard/rssguard-3.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild index e6813d67096..15b6a7dac1d 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}" }
