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 3FB4E139694 for ; Fri, 9 Jun 2017 15:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0367E0EAA; Fri, 9 Jun 2017 15:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DCE9E0EAA for ; Fri, 9 Jun 2017 15:57:31 +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 A85DF3418CE for ; Fri, 9 Jun 2017 15:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0896747E for ; Fri, 9 Jun 2017 15:57:27 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1497023761.06080a41be2f5420cb04f076ae92331f95e5c3fa.blueness@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.mask X-VCS-Directories: profiles/arch/amd64-fbsd/clang/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 06080a41be2f5420cb04f076ae92331f95e5c3fa X-VCS-Branch: master Date: Fri, 9 Jun 2017 15:57:27 +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: 7036845c-2e56-414a-8c70-7d69bf6f7368 X-Archives-Hash: 01a87e716eb0a5551c60d9fbd9979b8a commit: 06080a41be2f5420cb04f076ae92331f95e5c3fa Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jun 9 12:11:05 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jun 9 15:56:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06080a41 profiles: Cleanup curl_ssl_polarssl from package.use.mask Signed-off-by: Anthony G. Basile gentoo.org> profiles/arch/amd64-fbsd/clang/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 6a9ceb1e7ce..4a85bb76735 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -14,7 +14,7 @@ sys-devel/binutils cxx # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. -net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl +net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss # Needs to be fixed: build fails with clang++ # https://bugs.gentoo.org/show_bug.cgi?id=578506