mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user