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 A0A91138335 for ; Sun, 3 Nov 2019 10:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2066E088A; Sun, 3 Nov 2019 10:00:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7FA2E088A for ; Sun, 3 Nov 2019 10:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8807034C787 for ; Sun, 3 Nov 2019 10:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C0F8A4 for ; Sun, 3 Nov 2019 10:00:32 +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: <1572775214.78c78dbfd0dc2a0068022931482f7c522d1b8a75.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-10.0.0.9999.ebuild sys-devel/clang/clang-9.0.0.ebuild sys-devel/clang/clang-9.0.1.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78c78dbfd0dc2a0068022931482f7c522d1b8a75 X-VCS-Branch: master Date: Sun, 3 Nov 2019 10:00:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 383aa4c5-9f99-4de5-aa62-1ad8abfd7861 X-Archives-Hash: e51c365796bee80b691e58757003d29b commit: 78c78dbfd0dc2a0068022931482f7c522d1b8a75 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 09:44:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 10:00:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c78dbf sys-devel/clang: Remove redundant CMAKE* in EAPI 7 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-10.0.0.9999.ebuild | 4 ---- sys-devel/clang/clang-9.0.0.ebuild | 4 ---- sys-devel/clang/clang-9.0.1.9999.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 7213d45d161..62dad568172 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -3,11 +3,7 @@ EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} -# (needed due to CMAKE_BUILD_TYPE != Gentoo) -CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) - inherit cmake-utils git-r3 llvm multilib-minimal multiprocessing \ pax-utils python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-9.0.0.ebuild b/sys-devel/clang/clang-9.0.0.ebuild index 2eabbee087c..9d3313fc33d 100644 --- a/sys-devel/clang/clang-9.0.0.ebuild +++ b/sys-devel/clang/clang-9.0.0.ebuild @@ -3,11 +3,7 @@ EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} -# (needed due to CMAKE_BUILD_TYPE != Gentoo) -CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) - inherit cmake-utils llvm multilib-minimal multiprocessing \ pax-utils python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-9.0.1.9999.ebuild b/sys-devel/clang/clang-9.0.1.9999.ebuild index 788ba009941..638896ff089 100644 --- a/sys-devel/clang/clang-9.0.1.9999.ebuild +++ b/sys-devel/clang/clang-9.0.1.9999.ebuild @@ -3,11 +3,7 @@ EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} -# (needed due to CMAKE_BUILD_TYPE != Gentoo) -CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) - inherit cmake-utils git-r3 llvm multilib-minimal multiprocessing \ pax-utils python-single-r1 toolchain-funcs