commit:     fa75a27359e9e00aad2e732c4129d4002a71e073
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May  3 18:32:32 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May  3 20:21:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa75a273

dev-ml/ocamlfuse: export CPP

Closes: https://bugs.gentoo.org/842321
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild 
b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
index b99d461be..c66afc07a 100644
--- a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
+++ b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit dune
+inherit dune toolchain-funcs
 
 MYPV="${PV/_p/_cvs}"
 
@@ -30,3 +30,8 @@ BDEPEND="
        dev-ml/dune-configurator
        dev-ml/opam
 "
+
+src_compile() {
+       tc-export CPP
+       dune_src_compile
+}

Reply via email to