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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7601515808C for ; Sun, 13 Feb 2022 13:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B431E087E; Sun, 13 Feb 2022 13:00:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C1D8E087E for ; Sun, 13 Feb 2022 13:00:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6597343212 for ; Sun, 13 Feb 2022 13:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECC62D4 for ; Sun, 13 Feb 2022 13:00:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644757224.8331ac0ba8795eb04e5be4e591848efe23a7dbc5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyvirtualdisplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild X-VCS-Directories: dev-python/pyvirtualdisplay/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8331ac0ba8795eb04e5be4e591848efe23a7dbc5 X-VCS-Branch: master Date: Sun, 13 Feb 2022 13:00:53 +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: 1f42987f-04b3-4996-9433-739d24f3b6d1 X-Archives-Hash: 14e06efe85a447ee4809c2aea4714098 commit: 8331ac0ba8795eb04e5be4e591848efe23a7dbc5 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 13 13:00:24 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 13 13:00:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8331ac0b dev-python/pyvirtualdisplay: Require xcb support in pillow Closes: https://bugs.gentoo.org/833269 Signed-off-by: Michał Górny gentoo.org> dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild b/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild index c5c3588b002e..f7a05d60fc14 100644 --- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild +++ b/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild @@ -28,7 +28,7 @@ BDEPEND=" dev-python/easyprocess[${PYTHON_USEDEP}] dev-python/entrypoint2[${PYTHON_USEDEP}] dev-python/path-py[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pillow[xcb,${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pyscreenshot[${PYTHON_USEDEP}] ~dev-python/vncdotool-0.13.0[${PYTHON_USEDEP}]