commit:     e6f6269e82e9ad3b5b15227588b27e13beb38ee9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 17:25:44 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 21:52:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f6269e

dev-ml/llvm-ocaml: Call cmake-utils_src_prepare

 dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild    | 3 +--
 dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild | 3 +--
 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 a762ca1480b..6375c108d85 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 28df8234f9e..0c2ad271f5c 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 d0ff8f212f3..7bb17679f8d 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() {

Reply via email to