diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:25:06 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:13 +0100 |
commit | 5b4a336c38ae0b20772229ffef6d55e823ef4525 (patch) | |
tree | 1eba3ee40a12761aebe7b9dc1f80629fc7d02d46 | |
parent | 0c0b4d042c10c2ec235009f0c4cece0e94b60a1d (diff) | |
download | gentoo-5b4a336c38ae0b20772229ffef6d55e823ef4525.tar.gz gentoo-5b4a336c38ae0b20772229ffef6d55e823ef4525.tar.xz |
sys-devel/lld: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | sys-devel/lld/lld-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index 1847ae43aa9..08ee2985b24 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 |