diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:15:21 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:10 +0100 |
commit | a59e7bc25301e2790cb1ce4d89bf93cb91cbe163 (patch) | |
tree | 895061f2919328e8936a498f988508ee693adabf /dev-ml/llvm-ocaml | |
parent | cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.5.2 (diff) | |
download | gentoo-a59e7bc25301e2790cb1ce4d89bf93cb91cbe163.tar.gz gentoo-a59e7bc25301e2790cb1ce4d89bf93cb91cbe163.tar.bz2 gentoo-a59e7bc25301e2790cb1ce4d89bf93cb91cbe163.zip |
dev-ml/llvm-ocaml: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index 43a6277d8d82..61beea784bb8 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} -CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils git-r3 python-any-r1 |