dolsen 15/01/27 04:24:32
Added:
mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
Log:
Revision bump with patch for newer ssl-fetch, adjust deps on stable
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
0x65E309F2189DB0B8)
Revision Changes Path
1.1
app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch?rev=1.1&content-type=text/plain
Index: mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch
===================================================================
>From 9ec1e9649c980d32d23aab40eff3cac5e8f6f555 Mon Sep 17 00:00:00 2001
From: Brian Dolbec <[email protected]>
Date: Mon, 26 Jan 2015 18:23:05 -0800
Subject: [PATCH] Update for ssl-fetch api change
---
mirrorselect/extractor.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py
index ec5f299..59efad1 100644
--- a/mirrorselect/extractor.py
+++ b/mirrorselect/extractor.py
@@ -109,6 +109,7 @@ class Extractor(object):
'info':self.output.write,
'error': self.output.print_err,
'kwargs-info': {'level': 2},
+ 'kwargs-debug': {'level':2},
'kwargs-error': {'level':0},
}
--
2.2.2