diff options
author | Austin English <wizardedit@gentoo.org> | 2017-01-30 13:28:51 -0600 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2017-01-30 13:28:51 -0600 |
commit | a3c45e2a1fd97d4a0c073c063b296b2a4101d2e6 (patch) | |
tree | 0f7f7e0a2f95f6db74b52609b672b76e6b6790b0 /dev-python/soya | |
parent | e46879497dea7f971a6ef6f83f34a683ad9caa38 (diff) | |
download | gentoo-a3c45e2a1fd97d4a0c073c063b296b2a4101d2e6.tar.gz gentoo-a3c45e2a1fd97d4a0c073c063b296b2a4101d2e6.tar.xz |
dev-python/soya: prune no longer needed patch
Package-Manager: Portage-2.3.2, Repoman-2.3.1
Diffstat (limited to 'dev-python/soya')
-rw-r--r-- | dev-python/soya/files/soya-0.14-freetype-2.5.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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 index a4d56803310..00000000000 --- a/dev-python/soya/files/soya-0.14-freetype-2.5.patch +++ /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> - |