Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/
Date: Thu, 16 Nov 2017 21:52:18
Message-Id: 1510869125.e6f6269e82e9ad3b5b15227588b27e13beb38ee9.mgorny@gentoo
1 commit: e6f6269e82e9ad3b5b15227588b27e13beb38ee9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 17:25:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 21:52:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f6269e
7
8 dev-ml/llvm-ocaml: Call cmake-utils_src_prepare
9
10 dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild | 3 +--
11 dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild | 3 +--
12 dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 3 +--
13 3 files changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
16 index a762ca1480b..6375c108d85 100644
17 --- a/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
18 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-4.0.1.ebuild
19 @@ -62,8 +62,7 @@ src_prepare() {
20 # Python is needed to run tests using lit
21 python_setup
22
23 - # User patches
24 - eapply_user
25 + cmake-utils_src_prepare
26 }
27
28 src_configure() {
29
30 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild
31 index 28df8234f9e..0c2ad271f5c 100644
32 --- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild
33 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild
34 @@ -62,8 +62,7 @@ src_prepare() {
35 # Python is needed to run tests using lit
36 python_setup
37
38 - # User patches
39 - eapply_user
40 + cmake-utils_src_prepare
41 }
42
43 src_configure() {
44
45 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
46 index d0ff8f212f3..7bb17679f8d 100644
47 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
48 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
49 @@ -63,8 +63,7 @@ src_prepare() {
50 # Python is needed to run tests using lit
51 python_setup
52
53 - # User patches
54 - eapply_user
55 + cmake-utils_src_prepare
56 }
57
58 src_configure() {