diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-12 19:29:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-13 12:17:40 +0200 |
commit | d03a19362b77cb90d3b3e9dbe77edc9211c3437d (patch) | |
tree | 8e7fffd93a1a260f3dd0ba4e67f01da9507781d8 /app-office | |
parent | app-office/dia2code: remove unused patch (diff) | |
download | gentoo-d03a19362b77cb90d3b3e9dbe77edc9211c3437d.tar.gz gentoo-d03a19362b77cb90d3b3e9dbe77edc9211c3437d.tar.bz2 gentoo-d03a19362b77cb90d3b3e9dbe77edc9211c3437d.zip |
app-office/impressive: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1876
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/impressive/files/impressive-pillow.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-office/impressive/files/impressive-pillow.patch b/app-office/impressive/files/impressive-pillow.patch deleted file mode 100644 index 1b7a1be76f74..000000000000 --- a/app-office/impressive/files/impressive-pillow.patch +++ /dev/null @@ -1,15 +0,0 @@ -# See revision 53 in upstream svn -# https://bugs.gentoo.org/show_bug.cgi?id=471496 ---- a/impressive.py -+++ b/impressive.py -@@ -182,8 +182,8 @@ - from OpenGL.GL import * - import pygame - from pygame.locals import * -- import Image, ImageDraw, ImageFont, ImageFilter -- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin -+ from PIL import Image, ImageDraw, ImageFont, ImageFilter -+ from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin - except (ValueError, ImportError), err: - print >>sys.stderr, "Oops! Cannot load necessary modules:", err - print >>sys.stderr, """To use Impressive, you need to install the following Python modules: |