diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-04 21:20:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-04 21:21:44 +0300 |
commit | 5cd7b9021484fe69201cef417d4578b8eaf74b4f (patch) | |
tree | ee1a0682446b06fedef866ab004a9d3e6ea93f67 /gui-wm | |
parent | media-fonts/noto: drop 20231128 (diff) | |
download | gentoo-5cd7b9021484fe69201cef417d4578b8eaf74b4f.tar.gz gentoo-5cd7b9021484fe69201cef417d4578b8eaf74b4f.tar.bz2 gentoo-5cd7b9021484fe69201cef417d4578b8eaf74b4f.zip |
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 <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 6 |
1 files changed, 1 insertions, 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 |