From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3E8B158074 for ; Sun, 22 Jun 2025 17:58:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E211C341E8D for ; Sun, 22 Jun 2025 17:58:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2DD21110522; Sun, 22 Jun 2025 17:58:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1DE69110522 for ; Sun, 22 Jun 2025 17:58:56 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C92E03410AE for ; Sun, 22 Jun 2025 17:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 671A32A58 for ; Sun, 22 Jun 2025 17:58:54 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1750615128.93ee8e703072d25a630db7ed5ccf6a565ef3067c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/embree/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/embree/embree-4.4.0.ebuild X-VCS-Directories: media-libs/embree/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 93ee8e703072d25a630db7ed5ccf6a565ef3067c X-VCS-Branch: master Date: Sun, 22 Jun 2025 17:58:54 +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: 0111740e-b13f-4e74-b4fa-8e58a7f5da3e X-Archives-Hash: 7ef816b2d574857af486775e7de22b1a commit: 93ee8e703072d25a630db7ed5ccf6a565ef3067c Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jun 22 17:58:48 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jun 22 17:58:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ee8e70 media-libs/embree: Stabilize 4.4.0 amd64, #958857 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/embree/embree-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/embree/embree-4.4.0.ebuild b/media-libs/embree/embree-4.4.0.ebuild index 7a58862a9295..df1221a51ae1 100644 --- a/media-libs/embree/embree-4.4.0.ebuild +++ b/media-libs/embree/embree-4.4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/RenderKit/embree/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" X86_CPU_FLAGS=( sse2 sse4_2 avx avx2 avx512dq ) CPU_FLAGS=( cpu_flags_arm_neon "${X86_CPU_FLAGS[@]/#/cpu_flags_x86_}" ) IUSE="compact-polys ispc +raymask ssp +tbb test ${CPU_FLAGS[*]}"