Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/
Date: Wed, 30 Oct 2019 11:49:34
Message-Id: 1572435407.48f54955b87768151c4a923b1a8f489523e0bee6.alexxy@gentoo
1 commit: 48f54955b87768151c4a923b1a8f489523e0bee6
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 11:36:47 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 11:36:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f54955
7
8 x11-wm/xpra: fix pillow
9
10 pillow not optional for 2.4.x
11
12 Closes: https://bugs.gentoo.org/694806
13 Package-Manager: Portage-2.3.78, Repoman-2.3.17
14 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
15
16 x11-wm/xpra/xpra-2.4.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/x11-wm/xpra/xpra-2.4.3.ebuild b/x11-wm/xpra/xpra-2.4.3.ebuild
20 index 3bdbf24c78e..246fbbf2f76 100644
21 --- a/x11-wm/xpra/xpra-2.4.3.ebuild
22 +++ b/x11-wm/xpra/xpra-2.4.3.ebuild
23 @@ -65,6 +65,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
24 RDEPEND="${COMMON_DEPEND}
25 dev-python/netifaces[${PYTHON_USEDEP}]
26 dev-python/rencode[${PYTHON_USEDEP}]
27 + dev-python/pillow[jpeg?,${PYTHON_USEDEP}]
28 virtual/ssh
29 x11-apps/xmodmap
30 cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
31 @@ -74,7 +75,6 @@ RDEPEND="${COMMON_DEPEND}
32 opengl? (
33 client? ( dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] )
34 )
35 - pillow? ( dev-python/pillow[${PYTHON_USEDEP}] )
36 server? ( x11-base/xorg-server[-minimal,xvfb]
37 x11-drivers/xf86-input-void
38 )