dev-ml/xapi-test-utils: alcotest is needed at buildtime

Closes: https://bugs.gentoo.org/839303
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-19 21:47:17 +02:00
parent 92b8acd22d
commit 312a3ffa74

View File

@@ -12,12 +12,7 @@ SRC_URI="https://github.com/xapi-project/${PN}/archive/refs/tags/v${PV}.tar.gz -
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
IUSE="ocamlopt"
RDEPEND=""
DEPEND="
${RDEPEND}
test? ( dev-ml/alcotest )
"
RESTRICT="!test? ( test )"
RDEPEND="dev-ml/alcotest:="
DEPEND="${RDEPEND}"