summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-02-28 09:51:08 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-02-28 09:51:31 -0600
commit83eba5f17ed07ca56a2a3fd7c79df102ebe785c4 (patch)
tree8be9ab68e89eb9d2bdeabda5c5bcbb83ec70b96f
parentapp-text/scdoc: 1.9.1 bump for sway master (diff)
downloadgentoo-83eba5f17ed07ca56a2a3fd7c79df102ebe785c4.tar.gz
gentoo-83eba5f17ed07ca56a2a3fd7c79df102ebe785c4.tar.bz2
gentoo-83eba5f17ed07ca56a2a3fd7c79df102ebe785c4.zip
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>
-rw-r--r--gui-wm/sway/sway-9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index 7d50826b43b7..3680e46353ad 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -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