diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-14 12:11:47 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-14 12:12:23 +0100 |
commit | 19bb83e760d8b9130f614b15b66e0635dd79d2fc (patch) | |
tree | 625968e9cf8d22ea578d7285b5f5e6cca0dcaa30 /net-misc/unison/files | |
parent | net-misc/wireguard: bump (diff) | |
download | gentoo-19bb83e760d8b9130f614b15b66e0635dd79d2fc.tar.gz gentoo-19bb83e760d8b9130f614b15b66e0635dd79d2fc.tar.bz2 gentoo-19bb83e760d8b9130f614b15b66e0635dd79d2fc.zip |
net-misc/unison: Remove old slots that do not build with stable dev-lang/ocaml.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/unison/files')
-rw-r--r-- | net-misc/unison/files/unison-2.27.57-as-needed.patch | 11 | ||||
-rw-r--r-- | net-misc/unison/files/unison-mymap.patch | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/unison/files/unison-2.27.57-as-needed.patch b/net-misc/unison/files/unison-2.27.57-as-needed.patch deleted file mode 100644 index ff5be04853ff..000000000000 --- a/net-misc/unison/files/unison-2.27.57-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- unison-2.17.1/Makefile.OCaml -+++ unison-2.17.1/Makefile.OCaml -@@ -330,7 +330,7 @@ - - $(NAME)$(EXEC_EXT): $(CAMLOBJS) $(COBJS) - @echo Linking $@ -- $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $(CLIBS) $^ -+ $(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $^ $(CLIBS) - - # Unfortunately -output-obj does not put .o files into the output, only .cmx - # files, so we have to use $(LD) to take care of COBJS. diff --git a/net-misc/unison/files/unison-mymap.patch b/net-misc/unison/files/unison-mymap.patch deleted file mode 100644 index 030eb0f0174e..000000000000 --- a/net-misc/unison/files/unison-mymap.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: unison-2.32.52/update.mli -=================================================================== ---- unison-2.32.52.orig/update.mli -+++ unison-2.32.52/update.mli -@@ -1,7 +1,7 @@ - (* Unison file synchronizer: src/update.mli *) - (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *) - --module NameMap : Map.S with type key = Name.t -+module NameMap : MyMap.S with type key = Name.t - - type archive = - ArchiveDir of Props.t * archive NameMap.t |