diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-16 18:25:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-16 22:52:05 +0100 |
commit | e6f6269e82e9ad3b5b15227588b27e13beb38ee9 (patch) | |
tree | 73816c6c53209ebf625f7a210b8188a7705bd031 /dev-ml | |
parent | dev-python/pygresql: Bump to 5.0.4 (diff) | |
download | gentoo-e6f6269e82e9ad3b5b15227588b27e13beb38ee9.tar.gz gentoo-e6f6269e82e9ad3b5b15227588b27e13beb38ee9.tar.bz2 gentoo-e6f6269e82e9ad3b5b15227588b27e13beb38ee9.zip |
dev-ml/llvm-ocaml: Call cmake-utils_src_prepare
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild index a762ca1480b9..6375c108d859 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild @@ -62,8 +62,7 @@ src_prepare() { # Python is needed to run tests using lit python_setup - # User patches - eapply_user + cmake-utils_src_prepare } src_configure() { diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild index 28df8234f9ed..0c2ad271f5c3 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild @@ -62,8 +62,7 @@ src_prepare() { # Python is needed to run tests using lit python_setup - # User patches - eapply_user + cmake-utils_src_prepare } src_configure() { diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index d0ff8f212f34..7bb17679f8d1 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -63,8 +63,7 @@ src_prepare() { # Python is needed to run tests using lit python_setup - # User patches - eapply_user + cmake-utils_src_prepare } src_configure() { |