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 85094139694 for ; Fri, 9 Jun 2017 15:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC832E0EB6; Fri, 9 Jun 2017 15:57:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C96BE0EB6 for ; Fri, 9 Jun 2017 15:57:36 +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 DA2053418D2 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 F3117747F 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.05506e4e01af20b196058762009f392886bf96df.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/curl_ssl.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 05506e4e01af20b196058762009f392886bf96df 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: c4700c6d-1f87-4358-88c2-725643ff3e8c X-Archives-Hash: d29327218f456832614252c65338197d commit: 05506e4e01af20b196058762009f392886bf96df Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jun 9 12:12:17 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=05506e4e profiles/desc: Remove unused CURL_SSL value polarssl was removed as part of bug #618356 Signed-off-by: Anthony G. Basile gentoo.org> profiles/desc/curl_ssl.desc | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 87d46f223cc..329ceb4a8fa 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -10,5 +10,4 @@ libressl - Use LibreSSL mbedtls - Use mbed TLS nss - Use Mozilla's Network Security Services openssl - Use OpenSSL -polarssl - Use PolarSSL winssl - Use WinSSL (only with elibc_Winnt)