Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/dwl/
Date: Fri, 09 Sep 2022 20:02:56
Message-Id: 1662691923.358edb82132086a89b5f0ec2bb1d75cc18fc6475.tastytea@gentoo
1 commit: 358edb82132086a89b5f0ec2bb1d75cc18fc6475
2 Author: Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
3 AuthorDate: Fri Sep 9 02:12:57 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Sep 9 02:52:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=358edb82
7
8 gui-wm/dwl: fix libxcb dependency
9
10 also don't include LICENSE* into DOCS
11
12 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>
13
14 gui-wm/dwl/dwl-9999.ebuild | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/gui-wm/dwl/dwl-9999.ebuild b/gui-wm/dwl/dwl-9999.ebuild
18 index ad416e20a..d44eaaac2 100644
19 --- a/gui-wm/dwl/dwl-9999.ebuild
20 +++ b/gui-wm/dwl/dwl-9999.ebuild
21 @@ -14,14 +14,12 @@ SLOT="0"
22 KEYWORDS=""
23 IUSE="X"
24
25 -DOCS=( LICENSE LICENSE.{dwm,sway,tinywl} README.md )
26 -
27 RDEPEND="
28 dev-libs/libinput
29 dev-libs/wayland
30 - x11-libs/libxcb
31 x11-libs/libxkbcommon
32 gui-libs/wlroots:0/15[X(-)?]
33 + X? ( x11-libs/libxcb )
34 "
35 DEPEND="${RDEPEND}"
36 BDEPEND="