From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F3C113829C for ; Fri, 3 Jun 2016 20:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7AD141F3; Fri, 3 Jun 2016 20:25:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7334141F3 for ; Fri, 3 Jun 2016 20:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B34340C9A for ; Fri, 3 Jun 2016 20:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33667984 for ; Fri, 3 Jun 2016 20:25:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1464985520.6759b6ce73ce5419db01f746aa88bc48d910a2e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6759b6ce73ce5419db01f746aa88bc48d910a2e0 X-VCS-Branch: master Date: Fri, 3 Jun 2016 20:25:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99f59c95-3e48-4724-8b92-6d60b4ad318f X-Archives-Hash: c7d7b2676ce51c8ea93aba41f788557e commit: 6759b6ce73ce5419db01f746aa88bc48d910a2e0 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 3 20:23:28 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 3 20:25:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6759b6ce sys-devel/llvm: Bump cmake requirement for live to 3.4.3, #584914 sys-devel/llvm/llvm-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index dda696c..8d290ba 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} +CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic git-r3 multilib \