summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-01 17:25:06 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-01 17:32:13 +0100
commit5b4a336c38ae0b20772229ffef6d55e823ef4525 (patch)
tree1eba3ee40a12761aebe7b9dc1f80629fc7d02d46 /sys-devel
parentsys-devel/clang: Drop CMAKE_MIN_VERSION (diff)
downloadgentoo-5b4a336c38ae0b20772229ffef6d55e823ef4525.tar.gz
gentoo-5b4a336c38ae0b20772229ffef6d55e823ef4525.tar.bz2
gentoo-5b4a336c38ae0b20772229ffef6d55e823ef4525.zip
sys-devel/lld: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/lld/lld-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index 1847ae43aa97..08ee2985b246 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-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