summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-03-25 08:59:39 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2022-03-25 09:00:28 -0500
commitc108412e1cf74aaf3b780ed6d54a5c796ff57dc6 (patch)
tree24c0ca4b6295ca0aba0eb3939c596f7eaf0c417b
parentapp-text/writerperfect: keyword 0.9.6 for ~riscv (diff)
downloadgentoo-c108412e1cf74aaf3b780ed6d54a5c796ff57dc6.tar.gz
gentoo-c108412e1cf74aaf3b780ed6d54a5c796ff57dc6.tar.bz2
gentoo-c108412e1cf74aaf3b780ed6d54a5c796ff57dc6.zip
gui-wm/sway: adding deps needed for tray
systemd, elogind or basu are needed, might be nice to get a meta-package Fixes: https://bugs.gentoo.org/817404 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--gui-wm/sway/sway-9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index 376a229bbf80..33f0a17752a8 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -37,6 +37,11 @@ DEPEND="
swaybg? ( gui-apps/swaybg )
swayidle? ( gui-apps/swayidle )
swaylock? ( gui-apps/swaylock )
+ tray? ( || (
+ sys-apps/systemd
+ sys-auth/elogind
+ sys-libs/basu
+ ) )
wallpapers? ( x11-libs/gdk-pixbuf:2[jpeg] )
X? ( x11-libs/libxcb:0= )
"