summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-14 21:06:48 +1100
committerMark Wright <gienah@gentoo.org>2020-10-14 22:33:46 +1100
commit054c007ef1454092d0b347dc764fa0f3348aa533 (patch)
tree5acfe61368916c52e1511ce356144f9d3beb32fb /dev-ml
parentdev-ml/csexp: Fix QA MissingTestRestrict (diff)
downloadgentoo-054c007ef1454092d0b347dc764fa0f3348aa533.tar.gz
gentoo-054c007ef1454092d0b347dc764fa0f3348aa533.tar.bz2
gentoo-054c007ef1454092d0b347dc764fa0f3348aa533.zip
dev-ml/cudf: Fix QA MissingTestRestrict
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/cudf/cudf-0.9.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/cudf/cudf-0.9.ebuild b/dev-ml/cudf/cudf-0.9.ebuild
index 28ff0c29911e..5ad0b0237b4a 100644
--- a/dev-ml/cudf/cudf-0.9.ebuild
+++ b/dev-ml/cudf/cudf-0.9.ebuild
@@ -13,6 +13,7 @@ LICENSE="LGPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lang/ocaml-3.12:=[ocamlopt?]