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:55
Message-Id: 1662691923.2e56c7bf53b4442b497726aeb6a532d500a02563.tastytea@gentoo
1 commit: 2e56c7bf53b4442b497726aeb6a532d500a02563
2 Author: Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
3 AuthorDate: Fri Sep 9 02:06:12 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=2e56c7bf
7
8 gui-wm/dwl: fix wlroots dependency
9
10 Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>
11
12 gui-wm/dwl/dwl-0.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-wm/dwl/dwl-0.3.1.ebuild b/gui-wm/dwl/dwl-0.3.1.ebuild
16 index 79989a7d8..1c27fa208 100644
17 --- a/gui-wm/dwl/dwl-0.3.1.ebuild
18 +++ b/gui-wm/dwl/dwl-0.3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ IUSE="X"
26 RDEPEND="
27 dev-libs/libinput
28 dev-libs/wayland
29 - >=gui-libs/wlroots-0.15.1[X(-)?]
30 + gui-libs/wlroots:0/15[X(-)?]
31 x11-libs/libxcb
32 x11-libs/libxkbcommon
33 "