diff options
author | 2022-09-08 21:06:12 -0500 | |
---|---|---|
committer | 2022-09-08 21:52:03 -0500 | |
commit | 2e56c7bf53b4442b497726aeb6a532d500a02563 (patch) | |
tree | e0fdf786520aacedb8b805cacc88d011a08c7f98 /gui-wm | |
parent | gui-wm/dwl: fix libxcb dependency (diff) | |
download | guru-2e56c7bf53b4442b497726aeb6a532d500a02563.tar.gz guru-2e56c7bf53b4442b497726aeb6a532d500a02563.tar.bz2 guru-2e56c7bf53b4442b497726aeb6a532d500a02563.zip |
gui-wm/dwl: fix wlroots dependency
Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/dwl/dwl-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/dwl/dwl-0.3.1.ebuild b/gui-wm/dwl/dwl-0.3.1.ebuild index 79989a7d8..1c27fa208 100644 --- a/gui-wm/dwl/dwl-0.3.1.ebuild +++ b/gui-wm/dwl/dwl-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="X" RDEPEND=" dev-libs/libinput dev-libs/wayland - >=gui-libs/wlroots-0.15.1[X(-)?] + gui-libs/wlroots:0/15[X(-)?] x11-libs/libxcb x11-libs/libxkbcommon " |