summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-01 17:30:12 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-01 17:32:15 +0100
commit359eaf4f2447673c7bc9766f3610394b63595e62 (patch)
tree6cabdf74a116aad51ae8af9b76384ea00f382e39 /sys-libs
parentsys-libs/libcxx: Drop CMAKE_MIN_VERSION (diff)
downloadgentoo-359eaf4f2447673c7bc9766f3610394b63595e62.tar.gz
gentoo-359eaf4f2447673c7bc9766f3610394b63595e62.tar.bz2
gentoo-359eaf4f2447673c7bc9766f3610394b63595e62.zip
sys-libs/libcxxabi: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild3
-rw-r--r--sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild3
-rw-r--r--sys-libs/libcxxabi/libcxxabi-9999.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
index 2d5c58e671a7..77bbc6168233 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-CMAKE_MIN_VERSION=3.4.3
PYTHON_COMPAT=( python2_7 )
inherit cmake-multilib python-any-r1
diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
index 71206f8ab898..b5eb9483df18 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
-CMAKE_MIN_VERSION=3.4.3
PYTHON_COMPAT=( python2_7 )
inherit cmake-multilib python-any-r1
diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
index e84bfd70f849..eb08cf901351 100644
--- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,6 @@ EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git
https://github.com/llvm-mirror/libcxxabi.git"
-CMAKE_MIN_VERSION=3.4.3
PYTHON_COMPAT=( python2_7 )
inherit cmake-multilib git-r3 python-any-r1