commit:     f3851a7d96994af358f02eed999309cb1d813090
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 21:35:52 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 21:36:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3851a7d

dev-ml/mirage-profile: disable tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 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 341d92f63..2d84dc045 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"

Reply via email to