summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-11-10 15:07:25 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2016-11-10 15:07:34 +0100
commitfb903fdcc1268ca14df043c75e2957815506dc3f (patch)
tree9903d41666b7a5ef73d7e1c7c04b35b36d7a425f
parentapp-shells/bash: mark 4.3_p48 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595268 (diff)
downloadgentoo-fb903fdcc1268ca14df043c75e2957815506dc3f.tar.gz
gentoo-fb903fdcc1268ca14df043c75e2957815506dc3f.tar.bz2
gentoo-fb903fdcc1268ca14df043c75e2957815506dc3f.zip
dev-python/pyinsane: more explicit pillow dep
Package-Manager: portage-2.3.2
-rw-r--r--dev-python/pyinsane/pyinsane-1.4.0.ebuild2
-rw-r--r--dev-python/pyinsane/pyinsane-2.0.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyinsane/pyinsane-1.4.0.ebuild b/dev-python/pyinsane/pyinsane-1.4.0.ebuild
index 168bfb8bb6cf..b65951e4dff9 100644
--- a/dev-python/pyinsane/pyinsane-1.4.0.ebuild
+++ b/dev-python/pyinsane/pyinsane-1.4.0.ebuild
@@ -16,5 +16,5 @@ SLOT="1"
KEYWORDS="~amd64 ~x86"
RDEPEND="media-gfx/sane-backends
- dev-python/pillow"
+ dev-python/pillow[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
diff --git a/dev-python/pyinsane/pyinsane-2.0.3.ebuild b/dev-python/pyinsane/pyinsane-2.0.3.ebuild
index 36f0bda19d4b..3bc931d126de 100644
--- a/dev-python/pyinsane/pyinsane-2.0.3.ebuild
+++ b/dev-python/pyinsane/pyinsane-2.0.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="media-gfx/sane-backends
- dev-python/pillow"
+ dev-python/pillow[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"