diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-12 17:00:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-14 22:35:30 +0100 |
commit | 1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634 (patch) | |
tree | b193d80d13e3ef4f6916fe79471ff6a84511081c /sys-process | |
parent | sys-libs/librtas: remove unused patches (diff) | |
download | gentoo-1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634.tar.gz gentoo-1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634.tar.bz2 gentoo-1de6dd41bbcc5a8f0c751f6a5d8c88c790a78634.zip |
sys-process/bcron: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3934
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch b/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch deleted file mode 100644 index 987b302abe4f..000000000000 --- a/sys-process/bcron/files/bcron-0.09-fix-parallel-build.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig 2010-01-14 15:39:07.000000000 +0100 -+++ Makefile 2010-01-14 15:39:40.000000000 +0100 -@@ -96,14 +96,14 @@ - ./load insthier -lbg-installer -lbg - mv insthier installer - --instcheck: load insthier.o -+instcheck: load insthier.o installer instshow - ./load insthier -lbg-instcheck -lbg - mv insthier instcheck - - insthier.o: compile insthier.c conf_bin.c - ./compile insthier.c - --instshow: load insthier.o -+instshow: load insthier.o installer - ./load insthier -lbg-instshow -lbg - mv insthier instshow - |