games-emulation/mednafen: require altivec for ppc64

Bug: https://bugs.gentoo.org/969598
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-04-30 10:59:30 -04:00
parent c32cc013c8
commit 127f7deb0c

View File

@@ -14,6 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="alsa cpu_flags_ppc_altivec flac jack"
REQUIRED_USE="ppc64? ( cpu_flags_ppc_altivec )" #969598
RDEPEND="
app-arch/zstd:=