Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/
Date: Thu, 28 Feb 2019 15:51:50
Message-Id: 1551369091.83eba5f17ed07ca56a2a3fd7c79df102ebe785c4.prometheanfire@gentoo
1 commit: 83eba5f17ed07ca56a2a3fd7c79df102ebe785c4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 15:51:08 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 15:51:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eba5f1
7
8 gui-wm/sway: fix doc builds for sway-9999
9
10 Fixes: https://bugs.gentoo.org/679020
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 gui-wm/sway/sway-9999.ebuild | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
18 index 7d50826b43b..3680e46353a 100644
19 --- a/gui-wm/sway/sway-9999.ebuild
20 +++ b/gui-wm/sway/sway-9999.ebuild
21 @@ -55,6 +55,11 @@ BDEPEND="
22 virtual/pkgconfig
23 man? ( >=app-text/scdoc-1.8.1 )
24 "
25 +if [[ ${PV} == 9999 ]]; then
26 + BDEPEND+="~app-text/scdoc-9999"
27 +else
28 + BDEPEND+="~app-text/scdoc=-1.9.0"
29 +fi
30
31 src_prepare() {
32 default