commit:     c39c061e61f5b0855d8a7d4c766bb6db09852350
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 16:50:14 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 16:50:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39c061e

net-misc/sunshine: Update for new ARM flags

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 net-misc/sunshine/sunshine-0.21.0.ebuild | 4 ++--
 net-misc/sunshine/sunshine-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/sunshine/sunshine-0.21.0.ebuild 
b/net-misc/sunshine/sunshine-0.21.0.ebuild
index 163af1a4bea9..22cf946e4348 100644
--- a/net-misc/sunshine/sunshine-0.21.0.ebuild
+++ b/net-misc/sunshine/sunshine-0.21.0.ebuild
@@ -64,6 +64,8 @@ ARM_CPU_FEATURES=(
        cpu_flags_arm_vfp:vfp
        cpu_flags_arm_vfpv3:vfpv3
        cpu_flags_arm_v8:armv8
+       cpu_flags_arm_asimddp:dotprod
+       cpu_flags_arm_i8mm:i8mm
 )
 ARM_CPU_REQUIRED_USE="
        arm64? ( cpu_flags_arm_v8 )
@@ -295,8 +297,6 @@ src_configure() {
        for i in "${CPU_FEATURES_MAP[@]}" ; do
                use ${i%:*} || myconf+=( --disable-${i#*:} )
        done
-       # Bug #917277, #917278
-       myconf+=( --disable-dotprod --disable-i8mm )
 
        # Try to get cpu type based on CFLAGS.
        # Bug #172723

diff --git a/net-misc/sunshine/sunshine-9999.ebuild 
b/net-misc/sunshine/sunshine-9999.ebuild
index b99c07ff71f6..c9866cae6e67 100644
--- a/net-misc/sunshine/sunshine-9999.ebuild
+++ b/net-misc/sunshine/sunshine-9999.ebuild
@@ -64,6 +64,8 @@ ARM_CPU_FEATURES=(
        cpu_flags_arm_vfp:vfp
        cpu_flags_arm_vfpv3:vfpv3
        cpu_flags_arm_v8:armv8
+       cpu_flags_arm_asimddp:dotprod
+       cpu_flags_arm_i8mm:i8mm
 )
 ARM_CPU_REQUIRED_USE="
        arm64? ( cpu_flags_arm_v8 )
@@ -295,8 +297,6 @@ src_configure() {
        for i in "${CPU_FEATURES_MAP[@]}" ; do
                use ${i%:*} || myconf+=( --disable-${i#*:} )
        done
-       # Bug #917277, #917278
-       myconf+=( --disable-dotprod --disable-i8mm )
 
        # Try to get cpu type based on CFLAGS.
        # Bug #172723

Reply via email to