From 312a3ffa746c641a9757e7d465ab0995f2ccb61c Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 19 Apr 2022 21:47:17 +0200 Subject: [PATCH] dev-ml/xapi-test-utils: alcotest is needed at buildtime Closes: https://bugs.gentoo.org/839303 Signed-off-by: Alessandro Barbieri --- dev-ml/xapi-test-utils/xapi-test-utils-1.4.0.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dev-ml/xapi-test-utils/xapi-test-utils-1.4.0.ebuild b/dev-ml/xapi-test-utils/xapi-test-utils-1.4.0.ebuild index e9c041071b..64164811c4 100644 --- a/dev-ml/xapi-test-utils/xapi-test-utils-1.4.0.ebuild +++ b/dev-ml/xapi-test-utils/xapi-test-utils-1.4.0.ebuild @@ -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}"