Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-crystal/kilt/
Date: Thu, 29 Dec 2022 11:33:59
Message-Id: 1672173641.47eedf99b18f4e32c59de3c03de23bb46bc551dc.flow@gentoo
1 commit: 47eedf99b18f4e32c59de3c03de23bb46bc551dc
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Dec 27 19:47:01 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 20:40:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47eedf99
7
8 dev-crystal/kilt: add missing test dep
9
10 Closes: https://bugs.gentoo.org/887365
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-crystal/kilt/kilt-0.6.1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
17 index d800b3fda..f6ea9ef7d 100644
18 --- a/dev-crystal/kilt/kilt-0.6.1.ebuild
19 +++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
20 @@ -17,6 +17,9 @@ RESTRICT="!test? ( test )"
21
22 RDEPEND="dev-crystal/crikey"
23 BDEPEND="
24 + doc? (
25 + dev-crystal/crustache
26 + )
27 test? (
28 dev-crystal/crustache
29 dev-crystal/jbuilder