diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-05 16:59:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-05 19:19:36 -0600 |
commit | e1d4a7adb0ee95f7863d6ba353c41c876b3e44e2 (patch) | |
tree | 974c972634715fcb85e660e546f633731667e2d7 /gui-apps | |
parent | app-emulation/wine-proton: filter-lto directly (diff) | |
download | gentoo-e1d4a7adb0ee95f7863d6ba353c41c876b3e44e2.tar.gz gentoo-e1d4a7adb0ee95f7863d6ba353c41c876b3e44e2.tar.bz2 gentoo-e1d4a7adb0ee95f7863d6ba353c41c876b3e44e2.zip |
gui-apps/swayidle: update minimum wayland-protocols version
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/swayidle/swayidle-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/swayidle/swayidle-9999.ebuild b/gui-apps/swayidle/swayidle-9999.ebuild index f3988a7f6142..401c403c41b6 100644 --- a/gui-apps/swayidle/swayidle-9999.ebuild +++ b/gui-apps/swayidle/swayidle-9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - >=dev-libs/wayland-protocols-1.14 + >=dev-libs/wayland-protocols-1.27 virtual/pkgconfig man? ( app-text/scdoc ) " |