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-libs/llvm-libunwind/
Date: Sun, 01 Jan 2017 16:32:46
Message-Id: 1483288336.2557445a939d2c7a62db6722029934c1ae538a13.johu@gentoo
1 commit: 2557445a939d2c7a62db6722029934c1ae538a13
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:31:59 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2557445a
7
8 sys-libs/llvm-libunwind: 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-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild | 3 +--
15 sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 3 +--
16 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 3 +--
17 3 files changed, 3 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
20 index e06514d..bab15d8 100644
21 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
22 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild
23 @@ -1,11 +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 -CMAKE_MIN_VERSION=3.4.3
33 inherit cmake-multilib
34
35 MY_P="libunwind-${PV}"
36
37 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
38 index e06514d..bab15d8 100644
39 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
40 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild
41 @@ -1,11 +1,10 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 EAPI=6
48
49 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
50 -CMAKE_MIN_VERSION=3.4.3
51 inherit cmake-multilib
52
53 MY_P="libunwind-${PV}"
54
55 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
56 index 1fee4bf..924684f 100644
57 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
58 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
59 @@ -1,11 +1,10 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Id$
64
65 EAPI=6
66
67 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
68 -CMAKE_MIN_VERSION=3.4.3
69 inherit cmake-multilib git-r3
70
71 DESCRIPTION="C++ runtime stack unwinder from LLVM"