From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1589421-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 06F6E158451
	for <garchives@archives.gentoo.org>; Thu, 11 Jan 2024 11:58:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1F214E2A1A;
	Thu, 11 Jan 2024 11:58:02 +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 00505E2A1A
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jan 2024 11:58:01 +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 6802A343201
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jan 2024 11:58:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1300514C8
	for <gentoo-commits@lists.gentoo.org>; Thu, 11 Jan 2024 11:57:58 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1704927377.460179c94fb35b36968e02dba9896618ba3768b5.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/phoc/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: x11-wm/phoc/phoc-0.35.0.ebuild
X-VCS-Directories: x11-wm/phoc/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 460179c94fb35b36968e02dba9896618ba3768b5
X-VCS-Branch: master
Date: Thu, 11 Jan 2024 11:57:58 +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: d9b468e4-ec4f-4608-9469-f8a8bc432111
X-Archives-Hash: b9596a5b41691fcb73c8853fa25d2bb2

commit:     460179c94fb35b36968e02dba9896618ba3768b5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 10 22:56:17 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 10 22:56:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460179c9

x11-wm/phoc: require x11 backend for tests

Closes: https://bugs.gentoo.org/921666
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 x11-wm/phoc/phoc-0.35.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/phoc/phoc-0.35.0.ebuild b/x11-wm/phoc/phoc-0.35.0.ebuild
index ef278fdd21..6b3b29f93f 100644
--- a/x11-wm/phoc/phoc-0.35.0.ebuild
+++ b/x11-wm/phoc/phoc-0.35.0.ebuild
@@ -29,6 +29,10 @@ DEPEND="
 	x11-libs/libdrm
 	x11-libs/pixman
 	x11-libs/libxkbcommon[X?,wayland]
+	test? (
+		gui-libs/wlroots[x11-backend]
+		x11-wm/mutter
+	)
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
@@ -38,7 +42,6 @@ BDEPEND="
 	sys-devel/gettext
 	gtk-doc? ( dev-util/gi-docgen )
 	man? ( dev-python/docutils )
-	test? ( x11-wm/mutter )
 "
 
 src_configure() {