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 6CB16138334 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 B6228E0883; Sun, 3 Nov 2019 10:00:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 96481E0883 for ; Sun, 3 Nov 2019 10:00:35 +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 59BBA34C786 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 45F8689D 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: <1572775213.37697f28a30b5ada4692af398ed0ee4e04a53916.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-10.0.0.9999.ebuild dev-util/lldb/lldb-9.0.0.ebuild dev-util/lldb/lldb-9.0.1.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 37697f28a30b5ada4692af398ed0ee4e04a53916 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: c56f710d-10ed-48f5-8bc0-0a55bf85b78d X-Archives-Hash: 108fd75741a0629f5f95eb44c387004f commit: 37697f28a30b5ada4692af398ed0ee4e04a53916 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 09:44:00 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 10:00:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37697f28 dev-util/lldb: Remove redundant CMAKE* in EAPI 7 Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 4 ---- dev-util/lldb/lldb-9.0.0.ebuild | 4 ---- dev-util/lldb/lldb-9.0.1.9999.ebuild | 4 ---- 3 files changed, 12 deletions(-) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index 63bc879c8b9..2834cd907b5 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-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 multiprocessing python-single-r1 \ toolchain-funcs diff --git a/dev-util/lldb/lldb-9.0.0.ebuild b/dev-util/lldb/lldb-9.0.0.ebuild index 84fc69b2d43..3c2667d0a03 100644 --- a/dev-util/lldb/lldb-9.0.0.ebuild +++ b/dev-util/lldb/lldb-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}} ) - inherit cmake-utils llvm multiprocessing python-single-r1 \ toolchain-funcs diff --git a/dev-util/lldb/lldb-9.0.1.9999.ebuild b/dev-util/lldb/lldb-9.0.1.9999.ebuild index 2b8872f4261..7279dd54c01 100644 --- a/dev-util/lldb/lldb-9.0.1.9999.ebuild +++ b/dev-util/lldb/lldb-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 multiprocessing python-single-r1 \ toolchain-funcs