Gentoo Archives: gentoo-commits

From: Dex Conner <cantcuckthis@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/dwl/
Date: Sat, 09 Apr 2022 06:24:30
Message-Id: 1649485236.263f1e2754ab6b80293d01c8f84034f83911d1a9.cantcuckthis@gentoo
1 commit: 263f1e2754ab6b80293d01c8f84034f83911d1a9
2 Author: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
3 AuthorDate: Sat Apr 9 06:20:36 2022 +0000
4 Commit: Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
5 CommitDate: Sat Apr 9 06:20:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263f1e27
7
8 gui-wm/dwl: Fix wlroots dependency version
9
10 Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>
11
12 gui-wm/dwl/dwl-0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gui-wm/dwl/dwl-0.3.ebuild b/gui-wm/dwl/dwl-0.3.ebuild
16 index 6aaa4d363..79989a7d8 100644
17 --- a/gui-wm/dwl/dwl-0.3.ebuild
18 +++ b/gui-wm/dwl/dwl-0.3.ebuild
19 @@ -17,7 +17,7 @@ IUSE="X"
20 RDEPEND="
21 dev-libs/libinput
22 dev-libs/wayland
23 - gui-libs/wlroots[X(-)?]
24 + >=gui-libs/wlroots-0.15.1[X(-)?]
25 x11-libs/libxcb
26 x11-libs/libxkbcommon
27 "