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: Sun, 03 Nov 2019 10:00:37
Message-Id: 1572775211.5da7f6da6f73095d86c45b37f1da6f7d6d650411.mgorny@gentoo
1 commit: 5da7f6da6f73095d86c45b37f1da6f7d6d650411
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 09:43:58 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 10:00:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da7f6da
7
8 dev-ml/llvm-ocaml: Remove redundant CMAKE* in EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild | 4 ----
13 dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild | 4 ----
14 dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild | 4 ----
15 3 files changed, 12 deletions(-)
16
17 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
18 index 664c0aa4484..986eb0186f7 100644
19 --- a/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
20 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
21 @@ -3,11 +3,7 @@
22
23 EAPI=7
24
25 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
26 -# (needed due to CMAKE_BUILD_TYPE != Gentoo)
27 -CMAKE_MIN_VERSION=3.7.0-r1
28 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
29 -
30 inherit cmake-utils git-r3 llvm multiprocessing python-any-r1
31
32 DESCRIPTION="OCaml bindings for LLVM"
33
34 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild
35 index 44c293f604c..bca23552f28 100644
36 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild
37 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild
38 @@ -3,11 +3,7 @@
39
40 EAPI=7
41
42 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
43 -# (needed due to CMAKE_BUILD_TYPE != Gentoo)
44 -CMAKE_MIN_VERSION=3.7.0-r1
45 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
46 -
47 inherit cmake-utils llvm multiprocessing python-any-r1
48
49 MY_P=llvm-${PV/_/}.src
50
51 diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild
52 index d47587faed9..5d4cd53080e 100644
53 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild
54 +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild
55 @@ -3,11 +3,7 @@
56
57 EAPI=7
58
59 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
60 -# (needed due to CMAKE_BUILD_TYPE != Gentoo)
61 -CMAKE_MIN_VERSION=3.7.0-r1
62 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
63 -
64 inherit cmake-utils git-r3 llvm multiprocessing python-any-r1
65
66 DESCRIPTION="OCaml bindings for LLVM"