mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-nim/weave: add missing test dep
Closes: https://bugs.gentoo.org/860978 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user