From 2557445a939d2c7a62db6722029934c1ae538a13 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 1 Jan 2017 17:31:59 +0100 Subject: sys-libs/llvm-libunwind: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild | 3 +-- sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild | 3 +-- sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'sys-libs/llvm-libunwind') 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 index e06514de520..bab15d824ab 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0-r1.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 inherit cmake-multilib MY_P="libunwind-${PV}" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild index e06514de520..bab15d824ab 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-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 inherit cmake-multilib MY_P="libunwind-${PV}" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 1fee4bf287a..924684fecb9 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.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 inherit cmake-multilib git-r3 DESCRIPTION="C++ runtime stack unwinder from LLVM" -- cgit v1.2.1