From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1658748-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 E8B67159C9B
	for <garchives@archives.gentoo.org>; Sun,  4 Aug 2024 08:14:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0C728E2A8E;
	Sun,  4 Aug 2024 08:14:22 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E5D08E2A8E
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Aug 2024 08:14:21 +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 2AC9E342FF9
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Aug 2024 08:14:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 342C51E5D
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Aug 2024 08:14:19 +0000 (UTC)
From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Daichi Yamamoto" <dev@dyama.net>
Message-ID: <1722759075.6c5a0a81f416686a1bccfaec96f95bf5655dd856.dev@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/river/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-wm/river/river-0.3.5.ebuild
X-VCS-Directories: gui-wm/river/
X-VCS-Committer: dev
X-VCS-Committer-Name: Daichi Yamamoto
X-VCS-Revision: 6c5a0a81f416686a1bccfaec96f95bf5655dd856
X-VCS-Branch: dev
Date: Sun,  4 Aug 2024 08:14:19 +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: 9a478796-73b3-4fdf-bc97-d952cca84d0e
X-Archives-Hash: 2e72ac23d6bb7d5ab15a505e241e6d60

commit:     6c5a0a81f416686a1bccfaec96f95bf5655dd856
Author:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug  4 08:11:15 2024 +0000
Commit:     Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug  4 08:11:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c5a0a81

gui-wm/river: add deps

Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>

 gui-wm/river/river-0.3.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-wm/river/river-0.3.5.ebuild b/gui-wm/river/river-0.3.5.ebuild
index 9404ae635..86665f2cc 100644
--- a/gui-wm/river/river-0.3.5.ebuild
+++ b/gui-wm/river/river-0.3.5.ebuild
@@ -33,6 +33,7 @@ DEPEND="
 	|| ( dev-lang/zig-bin:${EZIG_MIN} dev-lang/zig:${EZIG_MIN} )
 	dev-libs/wayland
 	gui-libs/wlroots:0.18
+	xwayland? ( x11-base/xwayland )
 	x11-libs/libxkbcommon
 	x11-libs/pixman
 "