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 12AF8138334 for ; Sun, 3 Nov 2019 10:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D3CE0916; Sun, 3 Nov 2019 10:00:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 40C4FE0901 for ; Sun, 3 Nov 2019 10:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4A35134C759 for ; Sun, 3 Nov 2019 10:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B654E8A9 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: <1572775221.e0c7d4dd86154133d0a6c260f664a1f6c39198ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-10.0.0.9999.ebuild sys-libs/libcxx/libcxx-9.0.0.ebuild sys-libs/libcxx/libcxx-9.0.1.9999.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e0c7d4dd86154133d0a6c260f664a1f6c39198ff 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: c2112aa2-ae34-4379-85fd-224319c8175b X-Archives-Hash: 4bbfa3498b708296f08a5cc331faac58 commit: e0c7d4dd86154133d0a6c260f664a1f6c39198ff Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 09:44:12 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 10:00:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c7d4dd sys-libs/libcxx: Remove redundant CMAKE* in EAPI 7 Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-10.0.0.9999.ebuild | 6 ------ sys-libs/libcxx/libcxx-9.0.0.ebuild | 6 ------ sys-libs/libcxx/libcxx-9.0.1.9999.ebuild | 6 ------ 3 files changed, 18 deletions(-) diff --git a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild index 9c722cc3362..cf08961e9c8 100644 --- a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild @@ -3,13 +3,7 @@ EAPI=7 -# Ninja provides better scalability and cleaner verbose output, and is used -# throughout all LLVM projects. -: ${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-multilib git-r3 llvm multiprocessing python-any-r1 \ toolchain-funcs diff --git a/sys-libs/libcxx/libcxx-9.0.0.ebuild b/sys-libs/libcxx/libcxx-9.0.0.ebuild index a4e2b51d8ab..a4208b8cb49 100644 --- a/sys-libs/libcxx/libcxx-9.0.0.ebuild +++ b/sys-libs/libcxx/libcxx-9.0.0.ebuild @@ -3,13 +3,7 @@ EAPI=7 -# Ninja provides better scalability and cleaner verbose output, and is used -# throughout all LLVM projects. -: ${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-multilib llvm multiprocessing python-any-r1 \ toolchain-funcs diff --git a/sys-libs/libcxx/libcxx-9.0.1.9999.ebuild b/sys-libs/libcxx/libcxx-9.0.1.9999.ebuild index f70527cd308..4124a2fbf98 100644 --- a/sys-libs/libcxx/libcxx-9.0.1.9999.ebuild +++ b/sys-libs/libcxx/libcxx-9.0.1.9999.ebuild @@ -3,13 +3,7 @@ EAPI=7 -# Ninja provides better scalability and cleaner verbose output, and is used -# throughout all LLVM projects. -: ${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-multilib git-r3 llvm multiprocessing python-any-r1 \ toolchain-funcs