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 37702139695 for ; Tue, 14 Mar 2017 22:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18386E0C31; Tue, 14 Mar 2017 22:22:33 +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 EBC0EE0C37 for ; Tue, 14 Mar 2017 22:22:32 +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 B4809340FDA for ; Tue, 14 Mar 2017 22:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F93E6861 for ; Tue, 14 Mar 2017 22:22:30 +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: <1489530145.aea339cafa2867e9aaaf06c3d89ead6d97939f24.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-4.0.0.ebuild sys-libs/libcxx/libcxx-9999.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aea339cafa2867e9aaaf06c3d89ead6d97939f24 X-VCS-Branch: master Date: Tue, 14 Mar 2017 22:22:30 +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: 2a723368-c6b9-4453-8401-a208f15ffa0d X-Archives-Hash: a2a0f9e9974492867b3bea4d33ff2351 commit: aea339cafa2867e9aaaf06c3d89ead6d97939f24 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 14 22:03:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 14 22:22:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea339ca sys-libs/libcxx: Use llvm.eclass for reliable upgrade from :0 sys-libs/libcxx/libcxx-4.0.0.ebuild | 3 ++- sys-libs/libcxx/libcxx-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxx/libcxx-4.0.0.ebuild b/sys-libs/libcxx/libcxx-4.0.0.ebuild index 691e252ab02..ce256df08e8 100644 --- a/sys-libs/libcxx/libcxx-4.0.0.ebuild +++ b/sys-libs/libcxx/libcxx-4.0.0.ebuild @@ -10,7 +10,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) -inherit cmake-multilib python-any-r1 toolchain-funcs +inherit cmake-multilib llvm python-any-r1 toolchain-funcs DESCRIPTION="New implementation of the C++ standard library, targeting C++11" HOMEPAGE="http://libcxx.llvm.org/" @@ -54,6 +54,7 @@ python_check_deps() { } pkg_setup() { + llvm_pkg_setup use test && python-any-r1_pkg_setup if ! use libcxxabi && ! use libcxxrt && ! tc-is-gcc ; then diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 0f39966844b..c063388b1ad 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -14,7 +14,7 @@ PYTHON_COMPAT=( python2_7 ) [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM="" -inherit ${SCM} cmake-multilib python-any-r1 toolchain-funcs +inherit ${SCM} cmake-multilib llvm python-any-r1 toolchain-funcs DESCRIPTION="New implementation of the C++ standard library, targeting C++11" HOMEPAGE="http://libcxx.llvm.org/" @@ -65,6 +65,7 @@ python_check_deps() { } pkg_setup() { + llvm_pkg_setup use test && python-any-r1_pkg_setup if ! use libcxxabi && ! use libcxxrt && ! tc-is-gcc ; then