commit: b486871958dee5eb514f0b172c59bc1481ab5ebd Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Jul 26 09:55:55 2022 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Thu Aug 4 12:20:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4868719
dev-nim/weave: add missing test dep Closes: https://bugs.gentoo.org/860978 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-nim/weave/weave-0.4.0.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-nim/weave/weave-0.4.0.ebuild b/dev-nim/weave/weave-0.4.0.ebuild index 28cbb5209..d3f9319b6 100644 --- a/dev-nim/weave/weave-0.4.0.ebuild +++ b/dev-nim/weave/weave-0.4.0.ebuild @@ -15,8 +15,16 @@ SRC_URI="https://github.com/mratsim/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="|| ( Apache-2.0 MIT )" SLOT="${PV}" KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-nim/synthesis" +DEPEND=" + test? ( + ${RDEPEND} + dev-nim/cligen + ) +" set_package_url "https://github.com/mratsim/weave"
