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/llvm/
Date: Tue, 07 Feb 2017 05:45:17
Message-Id: 1486446305.e42d11a60127f27ab61f4675ec1ea407295e018b.johu@gentoo
1 commit: e42d11a60127f27ab61f4675ec1ea407295e018b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 21:34:11 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 05:45:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42d11a6
7
8 sys-devel/llvm: Drop CMAKE_MIN_VERSION for 3.9
9
10 Value covered by eclass.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 sys-devel/llvm/llvm-3.9.0-r1.ebuild | 4 +---
15 sys-devel/llvm/llvm-3.9.1-r1.ebuild | 4 +---
16 sys-devel/llvm/llvm-3.9.1.ebuild | 4 +---
17 3 files changed, 3 insertions(+), 9 deletions(-)
18
19 diff --git a/sys-devel/llvm/llvm-3.9.0-r1.ebuild b/sys-devel/llvm/llvm-3.9.0-r1.ebuild
20 index f33c557..6035f31 100644
21 --- a/sys-devel/llvm/llvm-3.9.0-r1.ebuild
22 +++ b/sys-devel/llvm/llvm-3.9.0-r1.ebuild
23 @@ -1,12 +1,10 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 EAPI=6
30
31 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
32 -# (needed due to lib32 find_library fix)
33 -CMAKE_MIN_VERSION=3.6.1-r1
34 PYTHON_COMPAT=( python2_7 )
35
36 inherit check-reqs cmake-utils eutils flag-o-matic multilib \
37
38 diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
39 index 5bae5d3..d6cae9d 100644
40 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
41 +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
42 @@ -1,12 +1,10 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 EAPI=6
49
50 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
51 -# (needed due to lib32 find_library fix)
52 -CMAKE_MIN_VERSION=3.6.1-r1
53 PYTHON_COMPAT=( python2_7 )
54
55 inherit check-reqs cmake-utils eutils flag-o-matic multilib \
56
57 diff --git a/sys-devel/llvm/llvm-3.9.1.ebuild b/sys-devel/llvm/llvm-3.9.1.ebuild
58 index c24c19f..b804be6 100644
59 --- a/sys-devel/llvm/llvm-3.9.1.ebuild
60 +++ b/sys-devel/llvm/llvm-3.9.1.ebuild
61 @@ -1,12 +1,10 @@
62 -# Copyright 1999-2016 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 EAPI=6
68
69 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
70 -# (needed due to lib32 find_library fix)
71 -CMAKE_MIN_VERSION=3.6.1-r1
72 PYTHON_COMPAT=( python2_7 )
73
74 inherit check-reqs cmake-utils eutils flag-o-matic multilib \