diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-02-07 06:08:53 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-02-07 06:08:53 +0000 |
commit | 6d3b94b1148b6b945fef9726a5a1fe410aa69a3c (patch) | |
tree | 949706130bda082ab99c89a6ccf6ae9fee0c2481 /sys-devel/llvm/llvm-3.9.0-r1.ebuild | |
parent | 2017-02-07 05:42:23 UTC (diff) | |
parent | sys-devel/llvm: Drop CMAKE_MIN_VERSION for 3.9 (diff) | |
download | gentoo-6d3b94b1148b6b945fef9726a5a1fe410aa69a3c.tar.gz gentoo-6d3b94b1148b6b945fef9726a5a1fe410aa69a3c.tar.bz2 gentoo-6d3b94b1148b6b945fef9726a5a1fe410aa69a3c.zip |
Merge updates from master
Diffstat (limited to 'sys-devel/llvm/llvm-3.9.0-r1.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.9.0-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 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 \ |