commit: 312a3ffa746c641a9757e7d465ab0995f2ccb61c Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Apr 19 19:47:17 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed Apr 20 21:56:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=312a3ffa
dev-ml/xapi-test-utils: alcotest is needed at buildtime Closes: https://bugs.gentoo.org/839303 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 e9c041071..64164811c 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}"
