From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 146761395E8 for ; Tue, 7 Feb 2017 05:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FB021C043; Tue, 7 Feb 2017 05:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 051EA21C043 for ; Tue, 7 Feb 2017 05:45:15 +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 37A1534163C for ; Tue, 7 Feb 2017 05:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1663DCC for ; Tue, 7 Feb 2017 05:45:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486446305.e42d11a60127f27ab61f4675ec1ea407295e018b.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.9.0-r1.ebuild sys-devel/llvm/llvm-3.9.1-r1.ebuild sys-devel/llvm/llvm-3.9.1.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e42d11a60127f27ab61f4675ec1ea407295e018b X-VCS-Branch: master Date: Tue, 7 Feb 2017 05:45:13 +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: 5ab4e3db-f4da-4aa4-bb64-2031d4930979 X-Archives-Hash: 7e1006a20f7f35157198e77ebc83000b commit: e42d11a60127f27ab61f4675ec1ea407295e018b Author: Johannes Huber gentoo org> AuthorDate: Mon Feb 6 21:34:11 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Feb 7 05:45:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42d11a6 sys-devel/llvm: Drop CMAKE_MIN_VERSION for 3.9 Value covered by eclass. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-devel/llvm/llvm-3.9.0-r1.ebuild | 4 +--- sys-devel/llvm/llvm-3.9.1-r1.ebuild | 4 +--- sys-devel/llvm/llvm-3.9.1.ebuild | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sys-devel/llvm/llvm-3.9.0-r1.ebuild b/sys-devel/llvm/llvm-3.9.0-r1.ebuild index f33c557..6035f31 100644 --- a/sys-devel/llvm/llvm-3.9.0-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.0-r1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild index 5bae5d3..d6cae9d 100644 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \ diff --git a/sys-devel/llvm/llvm-3.9.1.ebuild b/sys-devel/llvm/llvm-3.9.1.ebuild index c24c19f..b804be6 100644 --- a/sys-devel/llvm/llvm-3.9.1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1.ebuild @@ -1,12 +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} -# (needed due to lib32 find_library fix) -CMAKE_MIN_VERSION=3.6.1-r1 PYTHON_COMPAT=( python2_7 ) inherit check-reqs cmake-utils eutils flag-o-matic multilib \