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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA50615806C for ; Sun, 13 Jul 2025 11:31:00 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3E5B341F52 for ; Sun, 13 Jul 2025 11:31:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C368F11036B; Sun, 13 Jul 2025 11:30:59 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B905611036B for ; Sun, 13 Jul 2025 11:30:59 +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 6DFE6341EF4 for ; Sun, 13 Jul 2025 11:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D299430CD for ; Sun, 13 Jul 2025 11:30:57 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1752406186.31e89ea7a775255742785b619f102f64fec41c3f.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/bochs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/bochs/bochs-3.0.ebuild X-VCS-Directories: app-emulation/bochs/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 31e89ea7a775255742785b619f102f64fec41c3f X-VCS-Branch: master Date: Sun, 13 Jul 2025 11:30:57 +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: bc030b29-5843-4d12-8b20-f3b12a225ca4 X-Archives-Hash: 44543377bf84ce77b99eb7df3ec16bad commit: 31e89ea7a775255742785b619f102f64fec41c3f Author: Luca Barbato gentoo org> AuthorDate: Sun Jul 13 11:28:20 2025 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sun Jul 13 11:29:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e89ea7 app-emulation/bochs: Make sure avx compiles correctly Closes: https://bugs.gentoo.org/959627 Signed-off-by: Luca Barbato gentoo.org> app-emulation/bochs/bochs-3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/bochs/bochs-3.0.ebuild b/app-emulation/bochs/bochs-3.0.ebuild index 5399e8b0c96b..5aec033c4ec9 100644 --- a/app-emulation/bochs/bochs-3.0.ebuild +++ b/app-emulation/bochs/bochs-3.0.ebuild @@ -75,6 +75,7 @@ src_configure() { --without-wx \ $(use_enable 3dnow) \ $(use_enable avx) \ + $(use_enable avx evex) \ $(use_enable debugger) \ $(use_enable doc docbook) \ $(use_enable gdb gdb-stub) \