From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1691859-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C1AA91581EC
	for <garchives@archives.gentoo.org>; Thu, 21 Nov 2024 10:47:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CA2A8E07EA;
	Thu, 21 Nov 2024 10:47:04 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B1887E07EA
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 10:47:04 +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 8CF1E335D6A
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 10:47:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8E91E06
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Nov 2024 10:47:01 +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: <1732143517.170d10d106ac86d4fe19cc2c7745e160d3055308.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ashell/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-apps/ashell/ashell-0.2.0-r1.ebuild gui-apps/ashell/ashell-0.2.0.ebuild
X-VCS-Directories: gui-apps/ashell/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 170d10d106ac86d4fe19cc2c7745e160d3055308
X-VCS-Branch: master
Date: Thu, 21 Nov 2024 10:47:01 +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: 06a2e900-d651-4eda-8057-29a67c3afdfa
X-Archives-Hash: 6741c44983146b1f4d479df428d7e0da

commit:     170d10d106ac86d4fe19cc2c7745e160d3055308
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Nov 20 22:58:37 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Nov 20 22:58:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=170d10d1

gui-apps/ashell: add missing dependencies

Closes: https://bugs.gentoo.org/943721
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/ashell/{ashell-0.2.0.ebuild => ashell-0.2.0-r1.ebuild} | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gui-apps/ashell/ashell-0.2.0.ebuild b/gui-apps/ashell/ashell-0.2.0-r1.ebuild
similarity index 98%
rename from gui-apps/ashell/ashell-0.2.0.ebuild
rename to gui-apps/ashell/ashell-0.2.0-r1.ebuild
index 6f3d38cb8..949a34682 100644
--- a/gui-apps/ashell/ashell-0.2.0.ebuild
+++ b/gui-apps/ashell/ashell-0.2.0-r1.ebuild
@@ -491,5 +491,11 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
+	dev-libs/wayland
+	dev-libs/wayland-protocols
 	media-fonts/symbols-nerd-font
+	media-libs/libpulse
+	media-video/pipewire
+	sys-apps/dbus
+	x11-libs/libxkbcommon
 "