dev-python/cairocffi: remove unused patch.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-01-19 10:25:49 +01:00
committed by Patrice Clement
parent 256371d3c2
commit af509d3a0d

View File

@@ -1,10 +0,0 @@
diff -ur cairocffi-0.5.3.orig/docs/conf.py cairocffi-0.5.3/docs/conf.py
--- docs/conf.py 2013-05-24 10:33:32.000000000 +0800
+++ docs/conf.py 2014-04-08 16:09:39.648229837 +0800
@@ -14,6 +14,3 @@
exclude_patterns = ['_build']
autodoc_member_order = 'bysource'
autodoc_default_flags = ['members']
-intersphinx_mapping = {
- 'http://docs.python.org/': None,
- 'http://cairographics.org/documentation/pycairo/2/': None}