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/libcxxabi/
Date: Sun, 01 Jan 2017 16:32:48
Message-Id: 1483288335.359eaf4f2447673c7bc9766f3610394b63595e62.johu@gentoo
1 commit: 359eaf4f2447673c7bc9766f3610394b63595e62
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 16:30:12 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 16:32:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359eaf4f
7
8 sys-libs/libcxxabi: 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/libcxxabi/libcxxabi-3.9.0.ebuild | 3 +--
15 sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild | 3 +--
16 sys-libs/libcxxabi/libcxxabi-9999.ebuild | 3 +--
17 3 files changed, 3 insertions(+), 6 deletions(-)
18
19 diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
20 index 2d5c58e..77bbc61 100644
21 --- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
22 +++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.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 PYTHON_COMPAT=( python2_7 )
34
35 inherit cmake-multilib python-any-r1
36
37 diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
38 index 71206f8..b5eb948 100644
39 --- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
40 +++ b/sys-libs/libcxxabi/libcxxabi-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 PYTHON_COMPAT=( python2_7 )
52
53 inherit cmake-multilib python-any-r1
54
55 diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
56 index e84bfd7..eb08cf9 100644
57 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild
58 +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
59 @@ -1,4 +1,4 @@
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 @@ -7,7 +7,6 @@ EAPI=6
66 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
67 EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git
68 https://github.com/llvm-mirror/libcxxabi.git"
69 -CMAKE_MIN_VERSION=3.4.3
70 PYTHON_COMPAT=( python2_7 )
71
72 inherit cmake-multilib git-r3 python-any-r1