commit: d8b7c10e20c7b51e7606b7c0d6f84b6dbe91c9b0 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Tue Dec 19 14:57:34 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jan 31 13:10:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b7c10e
profiles/arch/arm: mask media-libs/zita-resampler[cpu_flags_arm_neon] Supports only 64-bit NEON Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 46c7b6a6f270..e87c685cb184 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alexander Tsoy <[email protected]> (2024-01-31) +# Supports only 64-bit NEON +media-libs/zita-resampler cpu_flags_arm_neon + # Michal Privoznik <[email protected]> (2024-01-18) # No sys-block/nbdkit on arm, yet app-emulation/libvirt nbd
