Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782733

Summary: media-libs/libpng-compat: uses deprecated 'neon' USE flag
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/20373
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 694062    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-14 00:32:19 UTC
Packages which make use of NEON intrinsics on ARM should use the CPU_FLAGS_ARM_NEON USE flag instead.
Comment 1 Larry the Git Cow gentoo-dev 2021-04-14 06:46:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f0a5f1b35c2e09bd32eff150674305673e2d81

commit c0f0a5f1b35c2e09bd32eff150674305673e2d81
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-14 00:31:02 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-04-14 06:46:34 +0000

    media-libs/libpng-compat: use cpu_flags_arm_neon, not 'neon' in USE
    
    USE="neon" is deprecated and shouldn't be used.
    
    Closes: https://bugs.gentoo.org/782733
    Signed-off-by: Sam James <sam@gentoo.org>
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 media-libs/libpng-compat/libpng-compat-1.5.30.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)