diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-06 22:34:11 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-07 06:45:05 +0100 |
commit | e42d11a60127f27ab61f4675ec1ea407295e018b (patch) | |
tree | 58c3ea127c398d3b8ae171816f07f3ba5ef40104 /sys-devel | |
parent | sys-cluster/legion: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-e42d11a60127f27ab61f4675ec1ea407295e018b.tar.gz gentoo-e42d11a60127f27ab61f4675ec1ea407295e018b.tar.bz2 gentoo-e42d11a60127f27ab61f4675ec1ea407295e018b.zip |
sys-devel/llvm: Drop CMAKE_MIN_VERSION for 3.9
Value covered by eclass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.9.1.ebuild | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys-devel/llvm/llvm-3.9.0-r1.ebuild b/sys-devel/llvm/llvm-3.9.0-r1.ebuild index f33c557a99af..6035f31d4547 100644 --- a/sys-devel/llvm/llvm-3.9.0-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.0-r1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild index 5bae5d3b965f..d6cae9d5a70d 100644 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ diff --git a/sys-devel/llvm/llvm-3.9.1.ebuild b/sys-devel/llvm/llvm-3.9.1.ebuild index c24c19f7b5f0..b804be68a755 100644 --- a/sys-devel/llvm/llvm-3.9.1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ |