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 F1D7513835F for ; Wed, 24 Feb 2021 11:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD92E086B; Wed, 24 Feb 2021 11:59:23 +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 927B4E086B for ; Wed, 24 Feb 2021 11:59:23 +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 8FF0C340B54 for ; Wed, 24 Feb 2021 11:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21987573 for ; Wed, 24 Feb 2021 11:59:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1614167943.3497f5e52265471d22bbbc867b2becd3fb34c79a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-11.0.1.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3497f5e52265471d22bbbc867b2becd3fb34c79a X-VCS-Branch: master Date: Wed, 24 Feb 2021 11:59:20 +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: 220cf629-7dd7-4c8b-8a79-cd9a3784d63a X-Archives-Hash: 4dbbc0a0667e6ee0de39e46d84c8a411 commit: 3497f5e52265471d22bbbc867b2becd3fb34c79a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 24 11:59:03 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Feb 24 11:59:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3497f5e5 sys-libs/libcxx: Stabilize 11.0.1 amd64, #768567 Signed-off-by: Mikle Kolyada gentoo.org> sys-libs/libcxx/libcxx-11.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxx/libcxx-11.0.1.ebuild b/sys-libs/libcxx/libcxx-11.0.1.ebuild index ab51ea49d23..c91af9ac2f7 100644 --- a/sys-libs/libcxx/libcxx-11.0.1.ebuild +++ b/sys-libs/libcxx/libcxx-11.0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://libcxx.llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x64-macos" IUSE="elibc_glibc elibc_musl +libcxxabi +libunwind static-libs test" REQUIRED_USE="libunwind? ( libcxxabi )" RESTRICT="!test? ( test )"