commit:     0b8b7419b6f554035b41df5ad2dee9e1d7a9a421
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Aug 16 08:41:47 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 20:18:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8b7419

dev-python/netifaces: remove unused patch.

 .../files/netifaces-0.8-remove-osx-fix.patch       | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch 
b/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch
deleted file mode 100644
index 41aedaf02a6..00000000000
--- a/dev-python/netifaces/files/netifaces-0.8-remove-osx-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-# HG changeset patch
-# User Laurent Bachelier <[email protected]>
-# Date 1388257625 -3600
-# Node ID d89bc5823b639a13d299c7485fd81be89ef036a1
-# Parent  aa1a71e0adf7129f99c087afa9416a37b527012b
-Remove support for broken operating systems
-
-diff -r aa1a71e0adf7 -r d89bc5823b63 setup.py
---- a/setup.py Tue Jan 31 11:48:23 2012 +0000
-+++ b/setup.py Sat Dec 28 20:07:05 2013 +0100
-@@ -9,12 +9,6 @@
- 
- __version__ = "0.8"
- 
--# Disable hard links, otherwise building distributions fails on OS X
--try:
--    del os.link
--except:
--    pass
--
- # On Windows, we need ws2_32 and iphlpapi
- if getattr(sys, 'getwindowsversion', None):
-     libraries = ['ws2_32', 'iphlpapi']

Reply via email to