From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 DA8E6158091 for ; Tue, 7 Jun 2022 04:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAB77E08A0; Tue, 7 Jun 2022 04:48:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E71E08A0 for ; Tue, 7 Jun 2022 04:48:43 +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 85AC234156F for ; Tue, 7 Jun 2022 04:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D15B1326 for ; Tue, 7 Jun 2022 04:48:10 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1654577175.747fb57c407b1cbdc341aaae3d0e18cc1b31bc1d.leohdz172@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/dwl/dwl-9999.ebuild X-VCS-Directories: gui-wm/dwl/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: 747fb57c407b1cbdc341aaae3d0e18cc1b31bc1d X-VCS-Branch: dev Date: Tue, 7 Jun 2022 04:48:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d53a029f-9339-4745-bdcb-cefd5b46b31d X-Archives-Hash: c216ac17a6595293ff9c74f75b9e0d11 commit: 747fb57c407b1cbdc341aaae3d0e18cc1b31bc1d Author: Leonardo Hernández Hernández outlook com> AuthorDate: Tue Jun 7 04:44:21 2022 +0000 Commit: Leonardo Hernandez outlook com> CommitDate: Tue Jun 7 04:46:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=747fb57c gui-wm/dwl: update live ebuild Signed-off-by: Leonardo Hernandez Hernandez outlook.com> 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 e70037611..ad416e20a 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(-)?] -