diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 06:31:22 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 06:31:22 +0000 |
commit | 6189b675d488c7ad75862eb50d514c75a248ec12 (patch) | |
tree | b0965b42561e5b36a218ac7935d388b06fd8f40c /dev-ml/cudf/cudf-0.9.ebuild | |
parent | dev-ml/opam-core: Stabilize 2.0.7 ppc, #769317 (diff) | |
download | gentoo-6189b675d488c7ad75862eb50d514c75a248ec12.tar.gz gentoo-6189b675d488c7ad75862eb50d514c75a248ec12.tar.bz2 gentoo-6189b675d488c7ad75862eb50d514c75a248ec12.zip |
dev-ml/cudf: Stabilize 0.9 ppc, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/cudf/cudf-0.9.ebuild')
-rw-r--r-- | dev-ml/cudf/cudf-0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/cudf/cudf-0.9.ebuild b/dev-ml/cudf/cudf-0.9.ebuild index a4b54ec9eaf2..c0f2acca2c10 100644 --- a/dev-ml/cudf/cudf-0.9.ebuild +++ b/dev-ml/cudf/cudf-0.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/36602/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |