From f3851a7d96994af358f02eed999309cb1d813090 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 15 Apr 2022 23:35:52 +0200 Subject: [PATCH] dev-ml/mirage-profile: disable tests Signed-off-by: Alessandro Barbieri --- dev-ml/mirage-profile/mirage-profile-0.9.1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-ml/mirage-profile/mirage-profile-0.9.1.ebuild b/dev-ml/mirage-profile/mirage-profile-0.9.1.ebuild index 341d92f632..2d84dc0459 100644 --- a/dev-ml/mirage-profile/mirage-profile-0.9.1.ebuild +++ b/dev-ml/mirage-profile/mirage-profile-0.9.1.ebuild @@ -16,11 +16,11 @@ KEYWORDS="~amd64" IUSE="ocamlopt unix" # xen RDEPEND=" - dev-ml/cstruct - dev-ml/lwt - dev-ml/ocplib-endian + dev-ml/cstruct:= + dev-ml/lwt:= + dev-ml/ocplib-endian:= - unix? ( dev-ml/mtime ) + unix? ( dev-ml/mtime:= ) " # xen? ( # dev-ml/io-page[xen] @@ -30,9 +30,11 @@ RDEPEND=" # ) DEPEND=" ${RDEPEND} - dev-ml/cstruct[ppx] + dev-ml/cstruct:=[ppx] " +RESTRICT="test" # https://github.com/mirage/mirage-profile/issues/11 + src_compile() { local pkgs="mirage-profile" # use xen && pkgs="${pkgs},mirage-profile-xen"