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 69FEB139695 for ; Wed, 8 Mar 2017 21:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B60E0C4E; Wed, 8 Mar 2017 21:30:47 +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 833BDE0C4E for ; Wed, 8 Mar 2017 21:30:47 +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 24E073416A5 for ; Wed, 8 Mar 2017 21:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA4606177 for ; Wed, 8 Mar 2017 21:30:44 +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: <1489008637.3e61b7225053175b8427bc79c44c6fd2ab1e433b.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_rc3.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: 3e61b7225053175b8427bc79c44c6fd2ab1e433b X-VCS-Branch: master Date: Wed, 8 Mar 2017 21:30:44 +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: 19b4f8ba-7c86-4983-9149-10167f8304ea X-Archives-Hash: 37d7237dcbd597ab050fe4016fb6b6d9 commit: 3e61b7225053175b8427bc79c44c6fd2ab1e433b Author: Michał Górny gentoo org> AuthorDate: Thu Jan 26 18:09:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 8 21:30:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e61b722 sys-libs/libcxx: Switch the default to libcxxabi following upstream sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild | 2 +- sys-libs/libcxx/libcxx-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild b/sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild index afd7cbaf85b..005b6fa9bdd 100644 --- a/sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild +++ b/sys-libs/libcxx/libcxx-4.0.0_rc3.ebuild @@ -19,7 +19,7 @@ SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="elibc_glibc elibc_musl libcxxabi +libcxxrt libunwind +static-libs test" +IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt libunwind +static-libs test" REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) ) ?? ( libcxxabi libcxxrt )" diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 1618ed8ba44..51878b61ee3 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -32,7 +32,7 @@ if [[ ${PV} != 9999 ]] ; then else KEYWORDS="" fi -IUSE="elibc_glibc elibc_musl libcxxabi +libcxxrt libunwind +static-libs test" +IUSE="elibc_glibc elibc_musl +libcxxabi libcxxrt libunwind +static-libs test" REQUIRED_USE="libunwind? ( || ( libcxxabi libcxxrt ) ) ?? ( libcxxabi libcxxrt )"