From 5cd7b9021484fe69201cef417d4578b8eaf74b4f Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 4 May 2024 21:20:02 +0300 Subject: gui-wm/sway: (live) depend on stable scdoc For a long time already, scdoc is considered feature complete, and no apparent changes are expected upstream, so we can also assume no "new features" will be used by sway. By simplifying the required package, we enable users to use sway-9999 without scdoc-9999. Signed-off-by: Arthur Zamarin --- gui-wm/sway/sway-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 905df0af237e..a23327214abb 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -64,12 +64,8 @@ BDEPEND=" >=dev-libs/wayland-protocols-1.24 >=dev-build/meson-0.60.0 virtual/pkgconfig + man? ( >=app-text/scdoc-1.11.3 ) " -if [[ ${PV} == 9999 ]]; then - BDEPEND+="man? ( ~app-text/scdoc-9999 )" -else - BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )" -fi FILECAPS=( cap_sys_nice usr/bin/${PN} # bug 919298 -- cgit v1.2.3-65-gdbad