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 4E7C31382C5 for ; Wed, 11 Apr 2018 22:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A30E092B; Wed, 11 Apr 2018 22:47:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EBBB2E092B for ; Wed, 11 Apr 2018 22:47:45 +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 D2ECD335C81 for ; Wed, 11 Apr 2018 22:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7CE2278 for ; Wed, 11 Apr 2018 22:47:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1523486839.0821fda75de8ca5548e1b9f5f055c96047f14e6f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64-fbsd/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64-fbsd/clang/package.use.force X-VCS-Directories: profiles/arch/amd64-fbsd/clang/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0821fda75de8ca5548e1b9f5f055c96047f14e6f X-VCS-Branch: master Date: Wed, 11 Apr 2018 22:47:41 +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: 68c51f4c-800f-49ab-8691-245073405aaa X-Archives-Hash: c4cb18f416eeed428dc082cf36d60ec7 commit: 0821fda75de8ca5548e1b9f5f055c96047f14e6f Author: Yuta Satoh gmail com> AuthorDate: Sun Apr 1 12:32:33 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Apr 11 22:47:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0821fda7 profiles/arch/amd64-fbsd/clang/package.use.force: add dev-libs/libgcrypt. If CC=clang, it requires the o-flag-munging flag to pass a compile phase. Bug: https://bugs.gentoo.org/629410 Closes: https://github.com/gentoo/gentoo/pull/7766 profiles/arch/amd64-fbsd/clang/package.use.force | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/clang/package.use.force b/profiles/arch/amd64-fbsd/clang/package.use.force index 73d655ca3cd..4706847d448 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.force +++ b/profiles/arch/amd64-fbsd/clang/package.use.force @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Force building libc++ over libcxxrt. @@ -14,3 +14,7 @@ net-misc/curl ssl curl_ssl_openssl # We obviously need clang sys-devel/llvm clang static-analyzer default-compiler-rt default-libcxx + +# o-flag-munging is required to compile dev-libs/libgcrypt with clang. +# https://bugs.gentoo.org/629410 +dev-libs/libgcrypt o-flag-munging