Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782733 - media-libs/libpng-compat: uses deprecated 'neon' USE flag
Summary: media-libs/libpng-compat: uses deprecated 'neon' USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 694062
  Show dependency tree
 
Reported: 2021-04-14 00:32 UTC by Sam James
Modified: 2021-04-14 06:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)