gui-wm/sway: fix doc builds for sway-9999

Fixes: https://bugs.gentoo.org/679020
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2019-02-28 09:51:08 -06:00
parent 3868d5c390
commit 83eba5f17e

View File

@@ -55,6 +55,11 @@ BDEPEND="
virtual/pkgconfig
man? ( >=app-text/scdoc-1.8.1 )
"
if [[ ${PV} == 9999 ]]; then
BDEPEND+="~app-text/scdoc-9999"
else
BDEPEND+="~app-text/scdoc=-1.9.0"
fi
src_prepare() {
default