diff options
-rw-r--r-- | dev-ml/ocamlc-loc/ocamlc-loc-3.16.0-r1.ebuild (renamed from dev-ml/ocamlc-loc/ocamlc-loc-3.16.0.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-ml/ocamlc-loc/ocamlc-loc-3.16.0.ebuild b/dev-ml/ocamlc-loc/ocamlc-loc-3.16.0-r1.ebuild index c09efeec2..b2bc40fbe 100644 --- a/dev-ml/ocamlc-loc/ocamlc-loc-3.16.0.ebuild +++ b/dev-ml/ocamlc-loc/ocamlc-loc-3.16.0-r1.ebuild @@ -36,6 +36,12 @@ BDEPEND=" >=dev-ml/dune-3.12:= " +src_prepare() { + default + + rm -r vendor/{csexp,pp} || die +} + src_configure() { : } |