commit: 49e8fe1537ec16cdf63792f5886b245a42c18917 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 11 18:14:53 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 18:19:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e8fe15
profiles/arch/amd64-fbsd: Mask sys-libs/libcxxabi[test] profiles/arch/amd64-fbsd/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index b5cf9e6c62c..de9bb726ea7 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (11 Mar 2018) +# Testing requires having libc++ built against libc++abi right now +# (and we force linking to libcxxrt). +sys-libs/libcxxabi test + # Michał Górny <[email protected]> (02 Mar 2018) # Someone needs to test the driver. x11-base/xorg-drivers video_cards_amdgpu
