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"