diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:26:47 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-01 17:32:14 +0100 |
commit | 5dd96fedd7462ebfbc3615a511022d01e79e3593 (patch) | |
tree | 2e161a5614ae3ac82d907ab30aee8ed001b65b8d /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Drop CMAKE_MIN_VERSION (diff) | |
download | gentoo-5dd96fedd7462ebfbc3615a511022d01e79e3593.tar.gz gentoo-5dd96fedd7462ebfbc3615a511022d01e79e3593.tar.bz2 gentoo-5dd96fedd7462ebfbc3615a511022d01e79e3593.zip |
sys-libs/compiler-rt: Drop CMKAE_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/compiler-rt/compiler-rt-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index a48b4738680e..ebb8b2b4819b 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-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 PYTHON_COMPAT=( python2_7 ) # TODO: fix unnecessary dep on Python upstream |