diff options
author | Maciej Barć <xgqt@gentoo.org> | 2021-12-07 22:53:49 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2021-12-07 22:58:44 +0100 |
commit | d9283233147f6f412f4c82d0abb18a52aa1ec760 (patch) | |
tree | 68c3aa674005454a49a4482cadc2b024f28db5c3 /dev-ml/ocaml-stdint | |
parent | dev-ml/gen: qtest added but test fail (diff) | |
download | gentoo-d9283233147f6f412f4c82d0abb18a52aa1ec760.tar.gz gentoo-d9283233147f6f412f4c82d0abb18a52aa1ec760.tar.bz2 gentoo-d9283233147f6f412f4c82d0abb18a52aa1ec760.zip |
dev-ml/ocaml-stdint: some test fail
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-stdint')
-rw-r--r-- | dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild index 6772aba07058..1dcb81d9a5d7 100644 --- a/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild +++ b/dev-ml/ocaml-stdint/ocaml-stdint-0.7.0.ebuild @@ -15,4 +15,4 @@ LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="+ocamlopt" -RESTRICT="test" # qcheck not yet packaged +RESTRICT="test" # some tests fails |