diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:31:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:46:12 +0000 |
commit | 0144b1211d65ac8b99a66c13109163a467700d30 (patch) | |
tree | 55db6cfb096d6bcffa542ab63791670e9eb5f03d /dev-ml/cudf/cudf-0.9.ebuild | |
parent | dev-ml/core_bench: Stabilize 0.14.0 arm, #772833 (diff) | |
download | gentoo-0144b1211d65ac8b99a66c13109163a467700d30.tar.gz gentoo-0144b1211d65ac8b99a66c13109163a467700d30.tar.bz2 gentoo-0144b1211d65ac8b99a66c13109163a467700d30.zip |
dev-ml/cudf: Stabilize 0.9 arm, #772833
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 c0f2acca2c10..ad6c99291d91 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 )" |