From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AADE15808B for ; Sun, 18 Feb 2024 16:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFD1BE2A2C; Sun, 18 Feb 2024 16:50:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C25E9E2A2C for ; Sun, 18 Feb 2024 16:50:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC34343135 for ; Sun, 18 Feb 2024 16:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8B0D9E for ; Sun, 18 Feb 2024 16:50:42 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1708275014.c39c061e61f5b0855d8a7d4c766bb6db09852350.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sunshine/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sunshine/sunshine-0.21.0.ebuild net-misc/sunshine/sunshine-9999.ebuild X-VCS-Directories: net-misc/sunshine/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c39c061e61f5b0855d8a7d4c766bb6db09852350 X-VCS-Branch: master Date: Sun, 18 Feb 2024 16:50:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e368071-82b6-4d99-8df7-0319cdf87ba4 X-Archives-Hash: d4a2c9bf7e42428bcffbcd71b6e6044e commit: c39c061e61f5b0855d8a7d4c766bb6db09852350 Author: James Le Cuirot gentoo org> AuthorDate: Sun Feb 18 16:50:14 2024 +0000 Commit: James Le Cuirot gentoo 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 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