From 747fb57c407b1cbdc341aaae3d0e18cc1b31bc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Mon, 6 Jun 2022 23:44:21 -0500 Subject: [PATCH] gui-wm/dwl: update live ebuild Signed-off-by: Leonardo Hernandez Hernandez --- gui-wm/dwl/dwl-9999.ebuild | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild index e700376116..ad416e20a7 100644 --- a/gui-wm/dwl/dwl-9999.ebuild +++ b/gui-wm/dwl/dwl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit savedconfig git-r3 flag-o-matic +inherit savedconfig git-r3 DESCRIPTION="dwm for Wayland" HOMEPAGE="https://github.com/djpohly/dwl" @@ -14,13 +14,14 @@ SLOT="0" KEYWORDS="" IUSE="X" +DOCS=( LICENSE LICENSE.{dwm,sway,tinywl} README.md ) + RDEPEND=" dev-libs/libinput dev-libs/wayland x11-libs/libxcb x11-libs/libxkbcommon - >=gui-libs/wlroots-0.15:=[X(-)?] -