From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36C641384B4 for ; Tue, 15 Dec 2015 19:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77EBE21C01B; Tue, 15 Dec 2015 19:25:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE28121C071 for ; Tue, 15 Dec 2015 19:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A46053403A3 for ; Tue, 15 Dec 2015 19:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A96BCA91 for ; Tue, 15 Dec 2015 19:25:26 +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: <1450207926.895469ad3bf3d1fea8638b9eb38fe0db613d14df.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.46.0.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 895469ad3bf3d1fea8638b9eb38fe0db613d14df X-VCS-Branch: master Date: Tue, 15 Dec 2015 19:25:26 +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: 2411e0b1-7e0a-483c-96fd-2adec7e168eb X-Archives-Hash: 585601b0cea7d196e39c942c0d88a484 commit: 895469ad3bf3d1fea8638b9eb38fe0db613d14df Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 15 19:22:30 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 15 19:32:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895469ad net-misc/curl: fix bug #567942. Package-Manager: portage-2.2.24 net-misc/curl/curl-7.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/curl/curl-7.46.0.ebuild b/net-misc/curl/curl-7.46.0.ebuild index e02f4fe..c6d37c9 100644 --- a/net-misc/curl/curl-7.46.0.ebuild +++ b/net-misc/curl/curl-7.46.0.ebuild @@ -200,7 +200,7 @@ multilib_src_configure() { --disable-versioned-symbols \ --without-cyassl \ --without-darwinssl \ - --with-mbedtls \ + --without-mbedtls \ $(use_with idn libidn) \ $(use_with kerberos gssapi "${EPREFIX}"/usr) \ $(use_with metalink libmetalink) \