public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-pillow.patch
Date: Sat,  8 Jun 2013 15:34:44 +0000 (UTC)	[thread overview]
Message-ID: <20130608153444.57B2220081@flycatcher.gentoo.org> (raw)

floppym     13/06/08 15:34:44

  Added:                calibre-pillow.patch
  Log:
  Fix PIL import for Pillow compat. Revert imaging dep change in ebuild which do not apply this fix.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.1                  app-text/calibre/files/calibre-pillow.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-pillow.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/files/calibre-pillow.patch?rev=1.1&content-type=text/plain

Index: calibre-pillow.patch
===================================================================
--- a/calibre/src/calibre/ebooks/textile/functions.py
+++ b/calibre/src/calibre/ebooks/textile/functions.py
@@ -86,7 +86,7 @@
     """
 
     try:
-        import ImageFile
+        from PIL import ImageFile
         import urllib2
     except ImportError:
         return None





             reply	other threads:[~2013-06-08 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-08 15:34 Mike Gilbert (floppym) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-21 23:33 [gentoo-commits] gentoo-x86 commit in app-text/calibre/files: calibre-pillow.patch Zac Medico (zmedico)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130608153444.57B2220081@flycatcher.gentoo.org \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox