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 84EE31382C5 for ; Fri, 9 Mar 2018 16:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5DF0E092C; Fri, 9 Mar 2018 16:14: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 B7BD7E092C for ; Fri, 9 Mar 2018 16:14:23 +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 E957A335C39 for ; Fri, 9 Mar 2018 16:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457A8244 for ; Fri, 9 Mar 2018 16:14:21 +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: <1520612059.8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64-fbsd/package.use.force X-VCS-Directories: profiles/arch/amd64-fbsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8 X-VCS-Branch: master Date: Fri, 9 Mar 2018 16:14:21 +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: ba2d988b-0122-4b78-96eb-ca9dcc2144bc X-Archives-Hash: 9deb4b7d193ef75215aaa48839b8059c commit: 8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 9 14:28:22 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 9 16:14:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7a0e9b profiles/arch/amd64-fbsd: Force sys-devel/clang[default-libcxx] profiles/arch/amd64-fbsd/package.use.force | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force index b3a9e1d3fe1..6c7737109a3 100644 --- a/profiles/arch/amd64-fbsd/package.use.force +++ b/profiles/arch/amd64-fbsd/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (09 Mar 2018) +# Using stdlibc++ is broken on FreeBSD, so just force libcxx. +sys-devel/clang default-libcxx + # Michał Górny (08 Apr 2017) # Require sandbox to be multilib-capable to avoid failures when building # multilib packages, #611292.