aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-27 12:39:04 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-04-27 14:50:06 +0500
commit49c50b2c7b05494cf77ce4a8608f99debcb1deeb (patch)
treeeefb135c7f801fa14da818b5d0b57cc61b419e86 /dev-crystal
parentdev-crystal/crystal-html5: add 0.5.0 (diff)
downloadguru-49c50b2c7b05494cf77ce4a8608f99debcb1deeb.tar.gz
guru-49c50b2c7b05494cf77ce4a8608f99debcb1deeb.tar.bz2
guru-49c50b2c7b05494cf77ce4a8608f99debcb1deeb.zip
dev-crystal/kilt: add test deps to doc deps
Closes: https://bugs.gentoo.org/921742 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/kilt/kilt-0.6.1.ebuild25
1 files changed, 12 insertions, 13 deletions
diff --git a/dev-crystal/kilt/kilt-0.6.1.ebuild b/dev-crystal/kilt/kilt-0.6.1.ebuild
index f6ea9ef7d..09736f26d 100644
--- a/dev-crystal/kilt/kilt-0.6.1.ebuild
+++ b/dev-crystal/kilt/kilt-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,17 +15,16 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
+TEST_DEPEND="
+ dev-crystal/crustache
+ dev-crystal/jbuilder
+ dev-crystal/liquid
+ dev-crystal/slang
+ dev-crystal/temel
+ dev-crystal/water
+"
RDEPEND="dev-crystal/crikey"
-BDEPEND="
- doc? (
- dev-crystal/crustache
- )
- test? (
- dev-crystal/crustache
- dev-crystal/jbuilder
- dev-crystal/liquid
- dev-crystal/slang
- dev-crystal/temel
- dev-crystal/water
- )
+DEPEND="
+ doc? ( ${TEST_DEPEND} )
+ test? ( ${TEST_DEPEND} )
"