diff --git a/dev-crystal/webless/webless-0.1.0.ebuild b/dev-crystal/webless/webless-0.1.0.ebuild index 5709d384e1..778e8dfea9 100644 --- a/dev-crystal/webless/webless-0.1.0.ebuild +++ b/dev-crystal/webless/webless-0.1.0.ebuild @@ -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 + ) +"