dev-crystal/webless: add missing test dep

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-09 18:12:35 +05:00
parent 2a9b62d443
commit 5c0405bf4f

View File

@@ -12,3 +12,11 @@ SRC_URI="https://github.com/matthewmcgarvey/${PN}/archive/refs/tags/v${PV}.tar.g
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-crystal/spectator
)
"