commit: 22ac13efff3fe97de4da8da040096cc42c0f0ed2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 27 09:30:32 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jun 27 09:30:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ac13ef
profiles/arch/arm64: drop force on ffmpeg useflags since they are now globally forced by the swich to cpu_flags_arm profiles/arch/arm64/package.use.force | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index d7042e03e3d..c20ec5920cd 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -6,14 +6,6 @@ # Forcing kde useflag on designer just switched the dep to media-libs/phonon dev-qt/designer:4 kde -# Alexis Ballier <27 Feb 2017> -# arm64 always has neon and vfp: -# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/CJHECGIH.html -# Both floating-point and NEON are required in all standard ARMv8 -# implementations. -# It also fails to build without neon: bug #610768 -media-video/ffmpeg neon armvfp - # Michał Górny <[email protected]> (24 Sep 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_AArch64
