Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Tue, 15 Dec 2015 19:25:34
Message-Id: 1450207926.895469ad3bf3d1fea8638b9eb38fe0db613d14df.blueness@gentoo
1 commit: 895469ad3bf3d1fea8638b9eb38fe0db613d14df
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 19:22:30 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 19:32:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895469ad
7
8 net-misc/curl: fix bug #567942.
9
10 Package-Manager: portage-2.2.24
11
12 net-misc/curl/curl-7.46.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/curl/curl-7.46.0.ebuild b/net-misc/curl/curl-7.46.0.ebuild
16 index e02f4fe..c6d37c9 100644
17 --- a/net-misc/curl/curl-7.46.0.ebuild
18 +++ b/net-misc/curl/curl-7.46.0.ebuild
19 @@ -200,7 +200,7 @@ multilib_src_configure() {
20 --disable-versioned-symbols \
21 --without-cyassl \
22 --without-darwinssl \
23 - --with-mbedtls \
24 + --without-mbedtls \
25 $(use_with idn libidn) \
26 $(use_with kerberos gssapi "${EPREFIX}"/usr) \
27 $(use_with metalink libmetalink) \