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 566BE158094 for ; Tue, 21 Jun 2022 21:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BCEE0954; Tue, 21 Jun 2022 21:37:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 890FCE0954 for ; Tue, 21 Jun 2022 21:37:55 +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 A9177341966 for ; Tue, 21 Jun 2022 21:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 451C14C3 for ; Tue, 21 Jun 2022 21:37:53 +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: <1655847347.91aa953df9cac2e18ad13a4108258419154fada3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91aa953df9cac2e18ad13a4108258419154fada3 X-VCS-Branch: master Date: Tue, 21 Jun 2022 21:37:53 +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: 08715e26-d91f-43db-83d0-8ac9caf3ef70 X-Archives-Hash: 3fc04f1dbfa1f4b51094eb55862badc8 commit: 91aa953df9cac2e18ad13a4108258419154fada3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 18 14:52:57 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 21 21:35:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91aa953d dev-qt/qtdeclarative: Replace -Os with -O2 Closes: https://bugs.gentoo.org/840861 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild index 485344e04b98..06fc4e064066 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 QT5_KDEPATCHSET_REV=1 PYTHON_COMPAT=( python3_{8..10} ) -inherit python-any-r1 qt5-build +inherit flag-o-matic python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" @@ -48,6 +48,8 @@ src_prepare() { } src_configure() { + replace-flags "-Os" "-O2" # bug 840861 + local myqmakeargs=( -- -qml-debug