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-apps/mako/
Date: Fri, 14 Feb 2020 16:57:25
Message-Id: 1581699401.30ff73858ebd96db77859039145b00655f4837cb.prometheanfire@gentoo
1 commit: 30ff73858ebd96db77859039145b00655f4837cb
2 Author: Benjamin Neff <benjamin <AT> coding4coffee <DOT> ch>
3 AuthorDate: Fri Feb 14 10:36:26 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 16:56:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ff7385
7
8 gui-apps/mako: needs scdoc >=1.9.7 to build
9
10 Signed-off-by: Benjamin Neff <benjamin <AT> coding4coffee.ch>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/mako/mako-1.4.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild
17 index 81f1f8cad45..3596f2bb146 100644
18 --- a/gui-apps/mako/mako-1.4.1.ebuild
19 +++ b/gui-apps/mako/mako-1.4.1.ebuild
20 @@ -39,7 +39,7 @@ RDEPEND="
21 "
22 BDEPEND="
23 virtual/pkgconfig
24 - app-text/scdoc
25 + >=app-text/scdoc-1.9.7
26 "
27
28 src_configure() {