From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87E01138334 for ; Wed, 30 Oct 2019 11:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925B5E079E; Wed, 30 Oct 2019 11:49:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A742E079E for ; Wed, 30 Oct 2019 11:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0665034C5A0 for ; Wed, 30 Oct 2019 11:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E35E891 for ; Wed, 30 Oct 2019 11:49:29 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1572435407.48f54955b87768151c4a923b1a8f489523e0bee6.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-2.4.3.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 48f54955b87768151c4a923b1a8f489523e0bee6 X-VCS-Branch: master Date: Wed, 30 Oct 2019 11:49:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78d5e18d-5251-4e39-af35-6081e02a83fe X-Archives-Hash: c18ffc876c1f500236a5794a98a45e60 commit: 48f54955b87768151c4a923b1a8f489523e0bee6 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Oct 30 11:36:47 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Oct 30 11:36:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f54955 x11-wm/xpra: fix pillow pillow not optional for 2.4.x Closes: https://bugs.gentoo.org/694806 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov gentoo.org> x11-wm/xpra/xpra-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-2.4.3.ebuild b/x11-wm/xpra/xpra-2.4.3.ebuild index 3bdbf24c78e..246fbbf2f76 100644 --- a/x11-wm/xpra/xpra-2.4.3.ebuild +++ b/x11-wm/xpra/xpra-2.4.3.ebuild @@ -65,6 +65,7 @@ COMMON_DEPEND="${PYTHON_DEPS} RDEPEND="${COMMON_DEPEND} dev-python/netifaces[${PYTHON_USEDEP}] dev-python/rencode[${PYTHON_USEDEP}] + dev-python/pillow[jpeg?,${PYTHON_USEDEP}] virtual/ssh x11-apps/xmodmap cups? ( dev-python/pycups[${PYTHON_USEDEP}] ) @@ -74,7 +75,6 @@ RDEPEND="${COMMON_DEPEND} opengl? ( client? ( dev-python/pyopengl_accelerate[${PYTHON_USEDEP}] ) ) - pillow? ( dev-python/pillow[${PYTHON_USEDEP}] ) server? ( x11-base/xorg-server[-minimal,xvfb] x11-drivers/xf86-input-void )