commit: 3dd2aacd88e56c5ca6b249797d55f0f6afa108e9 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Tue Nov 24 19:29:49 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Tue Nov 24 19:29:49 2015 +0000 URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=3dd2aacd
media-gfx/ocrfeeder: virtual/python-imaging is gone, use pillow instead Package-Manager: portage-2.2.25 Manifest-Sign-Key: C6085806 media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild index 50fcb78..37b0f98 100644 --- a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild +++ b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" GCONF_DEBUG="no" PYTHON_COMPAT=( python2_7 ) -inherit eutils gnome2 python-r1 # autotools +inherit eutils gnome2 python-r1 DESCRIPTION="Document layout analysis and optical character recognition system" HOMEPAGE="https://wiki.gnome.org/Apps/OCRFeeder" @@ -23,11 +23,11 @@ COMMON_DEPEND=" dev-libs/gobject-introspection dev-python/lxml[${PYTHON_USEDEP}] >=dev-python/odfpy-0.7[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/pyenchant[${PYTHON_USEDEP}] dev-python/pygobject:3 dev-python/python-sane[${PYTHON_USEDEP}] dev-python/reportlab[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}] x11-libs/goocanvas:2.0[introspection] x11-libs/gtk+:3[introspection] "
