From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1496026-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B3E515A7D9 for <garchives@archives.gentoo.org>; Mon, 13 Mar 2023 22:16:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC5AE07E6; Mon, 13 Mar 2023 22:16:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4F8CE07E6 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:16:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B93353412B5 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9297F9 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Mar 2023 22:16:17 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1678745744.3f3af01cd3a46e8087d5ba6ac2a311ce1b6e4187.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscreenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyscreenshot/pyscreenshot-3.1.ebuild X-VCS-Directories: dev-python/pyscreenshot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f3af01cd3a46e8087d5ba6ac2a311ce1b6e4187 X-VCS-Branch: master Date: Mon, 13 Mar 2023 22:16:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3ea72cf-ff87-4ca4-ae97-e6c3783db2fd X-Archives-Hash: 29340c8cb46f1211dcbeb57d8a4185dd commit: 3f3af01cd3a46e8087d5ba6ac2a311ce1b6e4187 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 13 22:15:44 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 13 22:15:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3af01c dev-python/pyscreenshot: add scrot test dep Closes: https://bugs.gentoo.org/901019 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pyscreenshot/pyscreenshot-3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild index e00d0ee287b2..41bb009f4921 100644 --- a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild +++ b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild @@ -37,6 +37,7 @@ BDEPEND=" dev-python/pyvirtualdisplay[${PYTHON_USEDEP}] media-gfx/imagemagick media-gfx/pqiv + media-gfx/scrot x11-apps/xdpyinfo ) "