diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:16:31 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:11 +0100 |
commit | ffb6a0efbda099fbef23c9a023b60b5c629373e4 (patch) | |
tree | d00a33b4e404d9e090ce1be4de8b2f814f5d9314 /dev-util/lldb | |
parent | dev-ml/llvm-ocaml: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-ffb6a0efbda099fbef23c9a023b60b5c629373e4.tar.gz gentoo-ffb6a0efbda099fbef23c9a023b60b5c629373e4.tar.bz2 gentoo-ffb6a0efbda099fbef23c9a023b60b5c629373e4.zip |
dev-util/lldb: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-util/lldb')
-rw-r--r-- | dev-util/lldb/lldb-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index bbe9da899810..5558e00c211f 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-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-single-r1 toolchain-funcs |