Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Sun, 01 Jan 2017 16:32:59
Message-Id: 1483288333.0c0b4d042c10c2ec235009f0c4cece0e94b60a1d.johu@gentoo
1 commit: 0c0b4d042c10c2ec235009f0c4cece0e94b60a1d
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:24:22 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0b4d04
7
8 sys-devel/clang: Drop CMAKE_MIN_VERSION
9
10 Covered by cmake-utils eclass now.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sys-devel/clang/clang-9999.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
18 index 019064c..fb2c2ea 100644
19 --- a/sys-devel/clang/clang-9999.ebuild
20 +++ b/sys-devel/clang/clang-9999.ebuild
21 @@ -1,11 +1,10 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=6
28
29 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
30 -CMAKE_MIN_VERSION=3.4.3
31 PYTHON_COMPAT=( python2_7 )
32
33 inherit check-reqs cmake-utils flag-o-matic git-r3 multilib-minimal \