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 76289158090 for ; Mon, 23 May 2022 19:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888E3E092A; Mon, 23 May 2022 19:46:14 +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 6EBAAE092A for ; Mon, 23 May 2022 19:46:14 +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 7C971341850 for ; Mon, 23 May 2022 19:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED21B3C3 for ; Mon, 23 May 2022 19:46:11 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1653335169.a5af631f9928ea8ebdf0691fc9375813b073fe35.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-0.21.0-r1.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a5af631f9928ea8ebdf0691fc9375813b073fe35 X-VCS-Branch: master Date: Mon, 23 May 2022 19:46:11 +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: f669351e-16ea-4ab0-bc99-bb8d18c61ecd X-Archives-Hash: d9073f8ebf11076808e2a47ffa3a0d36 commit: a5af631f9928ea8ebdf0691fc9375813b073fe35 Author: Jakov Smolić gentoo org> AuthorDate: Mon May 23 19:38:13 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon May 23 19:46:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5af631f x11-wm/qtile: Add media-gfx/imagemagick[X] test dep Bug: https://bugs.gentoo.org/847109 Signed-off-by: Jakov Smolić gentoo.org> x11-wm/qtile/qtile-0.21.0-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.21.0-r1.ebuild b/x11-wm/qtile/qtile-0.21.0-r1.ebuild index 9e07d2b6ddc8..33cc33da379b 100644 --- a/x11-wm/qtile/qtile-0.21.0-r1.ebuild +++ b/x11-wm/qtile/qtile-0.21.0-r1.ebuild @@ -28,7 +28,11 @@ RDEPEND=">=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] x11-libs/cairo[X,xcb(+)] x11-libs/libnotify[introspection] x11-libs/pango" -BDEPEND="test? ( x11-base/xorg-server[xephyr] )" +BDEPEND=" + test? ( + media-gfx/imagemagick[X] + x11-base/xorg-server[xephyr] + )" EPYTEST_DESELECT=( # Can't find built qtile like migrate