commit: a59f116689662dba76171a13ba20f96a44d67a17 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed May 7 17:30:59 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu May 8 09:53:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59f1166
sci-ml/datasets: keyword 3.5.0 for ~arm64 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ sci-ml/datasets/datasets-3.5.0.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index e5ae8613fbc7..a46f3d2beaac 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -5,6 +5,10 @@ # dev-python/nanobind is not keyworded here media-gfx/openvdb python +# Alfredo Tupone <[email protected]> (2025-05-03) +# test add dependency on torchvision, not read for arm64 +sci-ml/datasets test + # Alfredo Tupone <[email protected]> (2025-05-03) # dependencies not arm64 ready sci-ml/caffe2 distributed gloo fbgemm nnpack onednn qnnpack rocm xnnpack diff --git a/sci-ml/datasets/datasets-3.5.0.ebuild b/sci-ml/datasets/datasets-3.5.0.ebuild index 98f3234c789b..001a794fde18 100644 --- a/sci-ml/datasets/datasets-3.5.0.ebuild +++ b/sci-ml/datasets/datasets-3.5.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="torch vision" REQUIRES_USE="test? ( torch vision )"
