Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Sun, 12 Jan 2020 11:48:26
Message-Id: 1578829691.1f9636c8c75ec0bd05b06bf434f5ee540eec88b8.mgorny@gentoo
1 commit: 1f9636c8c75ec0bd05b06bf434f5ee540eec88b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 11:31:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 11:48:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9636c8
7
8 profiles/base: Force sys-libs/libcxx[libcxxabi]
9
10 Bug: https://bugs.gentoo.org/697624
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/base/package.use.force | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
17 index 5423bfcf2ba..7f9150fb835 100644
18 --- a/profiles/base/package.use.force
19 +++ b/profiles/base/package.use.force
20 @@ -1,6 +1,11 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 +# Michał Górny <mgorny@g.o> (2020-01-12)
26 +# libcxxabi is the only supported option. The support for libsupc++
27 +# is maintained for experts only.
28 +sys-libs/libcxx libcxxabi
29 +
30 # Lars Wendler <polynomial-c@g.o> (2019-12-23)
31 # This release does no longer build with x11-libs/gtk+:2
32 # and upstream has no intention to fix this.