diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-14 08:41:50 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-04-14 08:46:33 +0200 |
commit | 495616a3f3bda5093529ba82edbd9e37daa802c5 (patch) | |
tree | 90adef627c75eec4a77e2dc426c4ab0bc79fd25c /www-client | |
parent | sys-kernel/dracut-crypt-ssh: Fix building with --as-needed (diff) | |
download | gentoo-495616a3f3bda5093529ba82edbd9e37daa802c5.tar.gz gentoo-495616a3f3bda5093529ba82edbd9e37daa802c5.tar.bz2 gentoo-495616a3f3bda5093529ba82edbd9e37daa802c5.zip |
www-client/seamonkey: Migrate to cpu_flags_arm_neon
Bug: https://bugs.gentoo.org/694092
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.7.ebuild | 7 |
1 files 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 24e958206839..759d69a97f4d 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 |