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 027C11584AD for ; Sat, 10 May 2025 13:18:51 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D4A64343168 for ; Sat, 10 May 2025 13:18:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 00FAF1103C0; Sat, 10 May 2025 13:18:48 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EA7801103C0 for ; Sat, 10 May 2025 13:18:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4EBF343137 for ; Sat, 10 May 2025 13:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FDC82741 for ; Sat, 10 May 2025 13:18:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746882959.2bebc3df80ba7c41340a937f53c553580e3494f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-4.11.0.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bebc3df80ba7c41340a937f53c553580e3494f9 X-VCS-Branch: master Date: Sat, 10 May 2025 13:18:46 +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: 3e13293a-95f6-4ab4-a40c-711ef199d3b5 X-Archives-Hash: d4b6c14b372bd9eac3b2d1607a545ea9 commit: 2bebc3df80ba7c41340a937f53c553580e3494f9 Author: Sam James gentoo org> AuthorDate: Sat May 10 13:15:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 10 13:15:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bebc3df media-libs/opencv: drop obsolete GCC workaround (again) This snuck back in via b9d43224edb4e4a966f3031b08f97929c3a24065. I'd already dropped it in 067920105bbfc2ab7ecb994c1079432524c521df. Signed-off-by: Sam James gentoo.org> media-libs/opencv/opencv-4.11.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/opencv/opencv-4.11.0.ebuild b/media-libs/opencv/opencv-4.11.0.ebuild index 02c8cef32b07..289539649ec2 100644 --- a/media-libs/opencv/opencv-4.11.0.ebuild +++ b/media-libs/opencv/opencv-4.11.0.ebuild @@ -640,10 +640,6 @@ multilib_src_configure() { # bug #919101 and https://github.com/opencv/opencv/issues/19020 filter-lto - if tc-is-gcc && [[ $(gcc-major-version) -ge 15 ]] && use contribdnn; then - append-cxxflags "-fno-tree-vectorize" - fi - # please don't sort here, order is the same as in CMakeLists.txt local mycmakeargs=( -DMIN_VER_CMAKE=3.26