dev-python/soya: prune no longer needed patch
authorAustin English <wizardedit@gentoo.org>
Mon, 30 Jan 2017 19:28:51 +0000 (13:28 -0600)
committerAustin English <wizardedit@gentoo.org>
Mon, 30 Jan 2017 19:28:51 +0000 (13:28 -0600)
Package-Manager: Portage-2.3.2, Repoman-2.3.1

dev-python/soya/files/soya-0.14-freetype-2.5.patch [deleted file]

diff --git a/dev-python/soya/files/soya-0.14-freetype-2.5.patch b/dev-python/soya/files/soya-0.14-freetype-2.5.patch
deleted file mode 100644 (file)
index a4d5680..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ru soya.old/include_freetype.h soya/include_freetype.h
---- soya.old/include_freetype.h        2014-06-01 23:27:17.970830047 +0900
-+++ soya/include_freetype.h    2014-06-01 23:27:35.320864678 +0900
-@@ -21,8 +21,8 @@
- #include <ft2build.h>
- #include FT_FREETYPE_H // this is not do-able in Pyrex
--#include <freetype/freetype.h>
--#include <freetype/ftoutln.h>
--#include <freetype/ftimage.h>
--#include <freetype/ftglyph.h>
-+#include <freetype.h>
-+#include <ftoutln.h>
-+#include <ftimage.h>
-+#include <ftglyph.h>