diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-30 19:59:47 +0100 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2017-11-30 14:26:48 -0500 |
commit | 2d5e9ce0338b90d6304533781b3fc983c7109824 (patch) | |
tree | 45d559c13a96f2ba794d076c098f2edef4c61498 /app-admin | |
parent | profiles: drop python3_6 stable mask on x86 (diff) | |
download | gentoo-2d5e9ce0338b90d6304533781b3fc983c7109824.tar.gz gentoo-2d5e9ce0338b90d6304533781b3fc983c7109824.tar.bz2 gentoo-2d5e9ce0338b90d6304533781b3fc983c7109824.zip |
app-admin/needrestart: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6361
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/needrestart/files/needrestart-parallelmake.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-admin/needrestart/files/needrestart-parallelmake.patch b/app-admin/needrestart/files/needrestart-parallelmake.patch deleted file mode 100644 index 0a80de2deaf4..000000000000 --- a/app-admin/needrestart/files/needrestart-parallelmake.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 |