diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-06-08 20:26:05 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 02:16:39 +0100 |
commit | bb8d932ddf42758b53e562eaf428e41c011c2ec6 (patch) | |
tree | 96b2d9de82b4a2cd1eae876e62f3e9f62360ad13 /gui-wm | |
parent | gui-wm/dwl: add missing RDEPEND on x11-base/xwayland (diff) | |
download | gentoo-bb8d932ddf42758b53e562eaf428e41c011c2ec6.tar.gz gentoo-bb8d932ddf42758b53e562eaf428e41c011c2ec6.tar.bz2 gentoo-bb8d932ddf42758b53e562eaf428e41c011c2ec6.zip |
gui-wm/dwl: bump min version of wayland-scanner
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37089
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/dwl/dwl-9999-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/dwl/dwl-9999-r1.ebuild b/gui-wm/dwl/dwl-9999-r1.ebuild index 7a8722df0d60..631ff290e732 100644 --- a/gui-wm/dwl/dwl-9999-r1.ebuild +++ b/gui-wm/dwl/dwl-9999-r1.ebuild @@ -63,7 +63,7 @@ DEPEND=" " BDEPEND=" >=dev-libs/wayland-protocols-1.32 - dev-util/wayland-scanner + >=dev-util/wayland-scanner-1.23 virtual/pkgconfig " |