diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-21 21:05:56 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-21 21:39:49 -0500 |
commit | f726ed581bbe659cddf51c0b9e7d7a395cceed7f (patch) | |
tree | f4432d1dfc4d72ea5e0cf6d1a3e42c9e3a7fe436 | |
parent | app-misc/tmux: bash completions url deprecated by app-shells/tmux-bash-comple... (diff) | |
download | gentoo-f726ed581bbe659cddf51c0b9e7d7a395cceed7f.tar.gz gentoo-f726ed581bbe659cddf51c0b9e7d7a395cceed7f.tar.bz2 gentoo-f726ed581bbe659cddf51c0b9e7d7a395cceed7f.zip |
dev-libs/wayland-protocols: Raise wayland-scanner dependency
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild index 0bdb61d9ef92..64f0b55ccbb3 100644 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" test? ( dev-libs/wayland ) " BDEPEND=" - dev-util/wayland-scanner + >=dev-util/wayland-scanner-1.23.0 virtual/pkgconfig " |