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 7CEC4138351 for ; Sun, 12 Jan 2020 11:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2437E085B; Sun, 12 Jan 2020 11:48:25 +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 A881DE085B for ; Sun, 12 Jan 2020 11:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A736A34DFB6 for ; Sun, 12 Jan 2020 11:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486E49B for ; Sun, 12 Jan 2020 11:48:23 +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: <1578829691.1f9636c8c75ec0bd05b06bf434f5ee540eec88b8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f9636c8c75ec0bd05b06bf434f5ee540eec88b8 X-VCS-Branch: master Date: Sun, 12 Jan 2020 11:48:23 +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: 565b4340-0c0f-42f2-be05-b45e4b235167 X-Archives-Hash: 808e6e62b03dfc989b22c277e5fa1623 commit: 1f9636c8c75ec0bd05b06bf434f5ee540eec88b8 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 12 11:31:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 12 11:48:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9636c8 profiles/base: Force sys-libs/libcxx[libcxxabi] Bug: https://bugs.gentoo.org/697624 Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.force | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 5423bfcf2ba..7f9150fb835 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2020-01-12) +# libcxxabi is the only supported option. The support for libsupc++ +# is maintained for experts only. +sys-libs/libcxx libcxxabi + # Lars Wendler (2019-12-23) # This release does no longer build with x11-libs/gtk+:2 # and upstream has no intention to fix this.