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 443BD139696 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 21B2BE0C37; Tue, 14 Mar 2017 22:22:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E8BE9E0C31 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 A0928340E75 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 3C3D96860 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: <1489530144.a6d9142aa5b2669e6cdca67a2893ed32d217301d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild sys-libs/libcxxabi/libcxxabi-9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a6d9142aa5b2669e6cdca67a2893ed32d217301d 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: 600b1f3c-269a-47a1-bafa-f647296d35e6 X-Archives-Hash: a4c2bdde84b8d30b33933e487c4c9ccb commit: a6d9142aa5b2669e6cdca67a2893ed32d217301d Author: Michał Górny gentoo org> AuthorDate: Tue Mar 14 22:02:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 14 22:22:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d9142a sys-libs/libcxxabi: Use llvm.eclass for reliable upgrade from :0 sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild | 3 ++- sys-libs/libcxxabi/libcxxabi-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild b/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild index b130622908a..6a16cd68c94 100644 --- a/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-4.0.0.ebuild @@ -8,7 +8,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) -inherit cmake-multilib python-any-r1 +inherit cmake-multilib llvm python-any-r1 DESCRIPTION="Low level support for a standard C++ library" HOMEPAGE="http://libcxxabi.llvm.org/" @@ -44,6 +44,7 @@ python_check_deps() { } pkg_setup() { + llvm_pkg_setup use test && python-any-r1_pkg_setup } diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index df5992a45c7..719f9f6a03a 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -8,7 +8,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.7.0-r1 PYTHON_COMPAT=( python2_7 ) -inherit cmake-multilib git-r3 python-any-r1 +inherit cmake-multilib git-r3 llvm python-any-r1 DESCRIPTION="Low level support for a standard C++ library" HOMEPAGE="http://libcxxabi.llvm.org/" @@ -43,6 +43,7 @@ python_check_deps() { } pkg_setup() { + llvm_pkg_setup use test && python-any-r1_pkg_setup }