dev-ml/llvm-ocaml: Remove redundant CMAKE* in EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 09:43:58 +0000 (10:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 10:00:11 +0000 (11:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild
dev-ml/llvm-ocaml/llvm-ocaml-9.0.0.ebuild
dev-ml/llvm-ocaml/llvm-ocaml-9.0.1.9999.ebuild

index 664c0aa44847318637d7b16f75ad1ed5e29d20fe..986eb0186f7ce9aa482850bb9cee15480650a5ec 100644 (file)
@@ -3,11 +3,7 @@
 
 EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
 inherit cmake-utils git-r3 llvm multiprocessing python-any-r1
 
 DESCRIPTION="OCaml bindings for LLVM"
index 44c293f604cc7e4e027527704abce0eacae1afba..bca23552f28830e759eb72e0bb082d3afbb53bcf 100644 (file)
@@ -3,11 +3,7 @@
 
 EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
 inherit cmake-utils llvm multiprocessing python-any-r1
 
 MY_P=llvm-${PV/_/}.src
index d47587faed9b1a8efab41ed93294db4aced3ec07..5d4cd53080e39d63c617ebbbd77facdf0a1cf9f0 100644 (file)
@@ -3,11 +3,7 @@
 
 EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-# (needed due to CMAKE_BUILD_TYPE != Gentoo)
-CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
 inherit cmake-utils git-r3 llvm multiprocessing python-any-r1
 
 DESCRIPTION="OCaml bindings for LLVM"