Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pandoc/files: pandoc-1.15.0.6-no-https.patch
Date: Sat, 01 Aug 2015 11:32:00
Message-Id: 20150801113155.65C73116@oystercatcher.gentoo.org
1 slyfox 15/08/01 11:31:55
2
3 Added: pandoc-1.15.0.6-no-https.patch
4 Log:
5 Fix USE=-https build failure. Reported by CasperVector.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch?rev=1.1&content-type=text/plain
14
15 Index: pandoc-1.15.0.6-no-https.patch
16 ===================================================================
17 diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs
18 index ef9f66a..50b0ec4 100644
19 --- a/src/Text/Pandoc/Shared.hs
20 +++ b/src/Text/Pandoc/Shared.hs
21 @@ -143,2 +143,3 @@ import Paths_pandoc (getDataFileName)
22 #endif
23 +import Codec.Archive.Zip
24 #ifdef HTTP_CLIENT
25 @@ -152,3 +153,2 @@ import Network.HTTP.Types.Header ( hContentType)
26 import Network (withSocketsDo)
27 -import Codec.Archive.Zip
28 #else