commit:     495616a3f3bda5093529ba82edbd9e37daa802c5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 14 06:41:50 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 14 06:46:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495616a3

www-client/seamonkey: Migrate to cpu_flags_arm_neon

Bug: https://bugs.gentoo.org/694092
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 www-client/seamonkey/seamonkey-2.53.7.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-client/seamonkey/seamonkey-2.53.7.ebuild 
b/www-client/seamonkey/seamonkey-2.53.7.ebuild
index 24e95820683..759d69a97f4 100644
--- a/www-client/seamonkey/seamonkey-2.53.7.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.7.ebuild
@@ -48,8 +48,9 @@ SRC_URI+="
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 SLOT="0"
 SYSTEM_IUSE=( +system-{av1,harfbuzz,icu,jpeg,libevent,libvpx,sqlite} )
-IUSE="+chatzilla +crypt dbus debug +gmp-autoupdate +ipc jack lto minimal neon
-pulseaudio +roaming selinux startup-notification ${SYSTEM_IUSE[@]} test wifi"
+IUSE="+chatzilla cpu_flags_arm_neon +crypt dbus debug +gmp-autoupdate +ipc jack
+lto minimal pulseaudio +roaming selinux startup-notification test wifi"
+IUSE+=" ${SYSTEM_IUSE[@]}"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RESTRICT="!test? ( test )"
@@ -343,7 +344,7 @@ src_configure() {
        mozconfig_use_with system-av1
 
        # Modifications to better support ARM, bug 553364
-       if use neon ; then
+       if use cpu_flags_arm_neon ; then
                mozconfig_annotate '' --with-fpu=neon
                mozconfig_annotate '' --with-thumb=yes
                mozconfig_annotate '' --with-thumb-interwork=no

Reply via email to