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 97F07139085 for ; Sun, 1 Jan 2017 16:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BAABE0E44; Sun, 1 Jan 2017 16:32: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291CDE0E44 for ; Sun, 1 Jan 2017 16:32: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B411341027 for ; Sun, 1 Jan 2017 16:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D0125CD for ; Sun, 1 Jan 2017 16:32:24 +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: <1483288335.99f561db09983fc6996cce55ad4bb61f27d6a5ad.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-3.9.0.ebuild sys-libs/libcxx/libcxx-3.9.1.ebuild sys-libs/libcxx/libcxx-9999.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 99f561db09983fc6996cce55ad4bb61f27d6a5ad X-VCS-Branch: master Date: Sun, 1 Jan 2017 16:32:24 +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: 27b402ce-67c8-409f-9517-c21806fd2d49 X-Archives-Hash: 6cb0356e559d1c2ea853e3966d862965 commit: 99f561db09983fc6996cce55ad4bb61f27d6a5ad Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 1 16:28:51 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 1 16:32:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f561db sys-libs/libcxx: Drop CMAKE_MIN_VERSION Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-libs/libcxx/libcxx-3.9.0.ebuild | 3 +-- sys-libs/libcxx/libcxx-3.9.1.ebuild | 3 +-- sys-libs/libcxx/libcxx-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys-libs/libcxx/libcxx-3.9.0.ebuild b/sys-libs/libcxx/libcxx-3.9.0.ebuild index 7f16bd2..57f3312 100644 --- a/sys-libs/libcxx/libcxx-3.9.0.ebuild +++ b/sys-libs/libcxx/libcxx-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,6 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} EGIT_REPO_URI="http://llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" -CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM="" diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild b/sys-libs/libcxx/libcxx-3.9.1.ebuild index 7f16bd2..57f3312 100644 --- a/sys-libs/libcxx/libcxx-3.9.1.ebuild +++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,6 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} EGIT_REPO_URI="http://llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" -CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM="" diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 3beacf0..4470d66 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,6 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} EGIT_REPO_URI="http://llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" -CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""