Skip to content

Commit

Permalink
app-admin/needrestart-2.8: Fix QA Notice: make jobserver unavailable:…
Browse files Browse the repository at this point in the history
… using -j1.

Gentoo-Bug: https://bugs.gentoo.org/588216
Closes: gentoo#1843

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
candrews authored and monsieurp committed Jul 8, 2016
1 parent fe95d09 commit d5e9e98
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app-admin/needrestart/files/needrestart-parallelmake.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
https://github.com/liske/needrestart/pull/34
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c432772..8cc2fe0 100644
--- a/Makefile
+++ b/Makefile
@@ -64,5 +64,5 @@ po/needrestart-notify/messages.pot: ex/notify.d/*-*


mo-files:
- make -C po/needrestart
- make -C po/needrestart-notify
+ $(MAKE) -C po/needrestart
+ $(MAKE) -C po/needrestart-notify
4 changes: 4 additions & 0 deletions app-admin/needrestart/needrestart-2.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ RDEPEND="
DEPEND="${RDEPEND}
"

PATCHES=(
"${FILESDIR}"/${PN}-parallelmake.patch # https://bugs.gentoo.org/show_bug.cgi?id=588216
)

src_install() {
default
doman man/*.1
Expand Down

0 comments on commit d5e9e98

Please sign in to comment.