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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1839B138334 for ; Wed, 18 Dec 2019 20:34:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66EC7E093E; Wed, 18 Dec 2019 20:34:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CA19E093E for ; Wed, 18 Dec 2019 20:34:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5706D34D525 for ; Wed, 18 Dec 2019 20:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56AFD778 for ; Wed, 18 Dec 2019 20:33:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1576701217.9e38090b509d7e28731583665f91f63793b2f987.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.14.0.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e38090b509d7e28731583665f91f63793b2f987 X-VCS-Branch: master Date: Wed, 18 Dec 2019 20:33: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: fbce2cc1-d6ac-48a9-8298-8c54e2f3f4e8 X-Archives-Hash: 159ccd8227370b3b8d536f8249ecfaeb commit: 9e38090b509d7e28731583665f91f63793b2f987 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 18 20:33:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 18 20:33:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e38090b dev-qt/qtgui: Fix build with CXXFLAGS="-march=native" Old fix from 5.12.1 still applies. Bug: https://bugs.gentoo.org/672946 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtgui/qtgui-5.14.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-qt/qtgui/qtgui-5.14.0.ebuild b/dev-qt/qtgui/qtgui-5.14.0.ebuild index 160554a8cf3..605ad8460d0 100644 --- a/dev-qt/qtgui/qtgui-5.14.0.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.0.ebuild @@ -72,6 +72,8 @@ PDEPEND=" wayland? ( ~dev-qt/qtwayland-${PV} ) " +PATCHES=( "${FILESDIR}/qt-5.12-gcc-avx2.patch" ) # bug 672946 + QT5_TARGET_SUBDIRS=( src/tools/qvkgen src/gui