dev-python/soya: prune no longer needed patch

Package-Manager: Portage-2.3.2, Repoman-2.3.1
This commit is contained in:
Austin English
2017-01-30 13:28:51 -06:00
parent e46879497d
commit a3c45e2a1f

View File

@@ -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>