Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/
Date: Sun, 01 Jan 2017 16:32:28
Message-Id: 1483288331.ffb6a0efbda099fbef23c9a023b60b5c629373e4.johu@gentoo
1 commit: ffb6a0efbda099fbef23c9a023b60b5c629373e4
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:16:31 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb6a0ef
7
8 dev-util/lldb: 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 dev-util/lldb/lldb-9999.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
18 index bbe9da8..5558e00 100644
19 --- a/dev-util/lldb/lldb-9999.ebuild
20 +++ b/dev-util/lldb/lldb-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 cmake-utils git-r3 python-single-r1 toolchain-funcs