diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 20:38:47 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 20:38:47 +0100 |
commit | 8c63f5900555fbb250d00d7dd0dba6d4593fbed3 (patch) | |
tree | 0c3704c9d44f9f6a5a5daf9b0b6100712158cd7e /net-misc/unison/files/unison-2.32.52-arch-1.patch | |
parent | efe5d573092658a1fb6c9c41dfe41a3983a98450 (diff) | |
download | brancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.gz brancik-overlay-8c63f5900555fbb250d00d7dd0dba6d4593fbed3.tar.bz2 |
Removed unnecessary ebuilds that have been added to the main tree already or are not needed anymore.
Diffstat (limited to 'net-misc/unison/files/unison-2.32.52-arch-1.patch')
-rwxr-xr-x | net-misc/unison/files/unison-2.32.52-arch-1.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/unison/files/unison-2.32.52-arch-1.patch b/net-misc/unison/files/unison-2.32.52-arch-1.patch deleted file mode 100755 index bb364b4..0000000 --- a/net-misc/unison/files/unison-2.32.52-arch-1.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/terminal.ml -=================================================================== ---- src/terminal.ml (révision 463) -+++ src/terminal.ml (copie de travail) -@@ -191,7 +191,6 @@ - exit 127 - end - | childPid -> -- Unix.close slaveFd; - (Some masterFd, childPid) - end - |