summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-06-17 20:23:52 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-10 23:12:40 +0200
commitb669fd529dd6495dff674d55e4db35d4da62bc6c (patch)
tree93b1d88632f9d015fab008e20603e66a6169e2aa /dev-ml
parentapp-emulation/cloud-init: remove unused patch (diff)
downloadgentoo-b669fd529dd6495dff674d55e4db35d4da62bc6c.tar.gz
gentoo-b669fd529dd6495dff674d55e4db35d4da62bc6c.tar.bz2
gentoo-b669fd529dd6495dff674d55e4db35d4da62bc6c.zip
dev-ml/camlp4: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21286 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlp4/files/oc409.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ml/camlp4/files/oc409.patch b/dev-ml/camlp4/files/oc409.patch
deleted file mode 100644
index 727762a64a2a..000000000000
--- a/dev-ml/camlp4/files/oc409.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: camlp4-4.08-1/configure
-===================================================================
---- camlp4-4.08-1.orig/configure
-+++ camlp4-4.08-1/configure
-@@ -39,7 +39,7 @@ if [ $major -lt 4 -o \( $major -eq 4 -a
- echo "The standalone Camlp4 requires OCaml >= 4.02."
- echo "For previous versions of OCaml use the Camlp4 distributed with OCaml."
- exit 2
--elif [ $major -ne 4 -o $minor -ne 8 ]; then
-+elif [ $major -lt 4 -o $minor -lt 8 ]; then
- echo "This version of Camlp4 is for OCaml 4.07 but you are using OCaml $ocaml_version."
- if [ -d .git ] ; then
- if [ $PINNED -eq 1 ] ; then