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 907F0158094 for ; Tue, 21 Jun 2022 21:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0DFE09B5; Tue, 21 Jun 2022 21:32:02 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B2059E09B5 for ; Tue, 21 Jun 2022 21:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C19403419B2 for ; Tue, 21 Jun 2022 21:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517397F for ; Tue, 21 Jun 2022 21:32:00 +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: <1655847081.6522dcf23e8b1c0800bb39eb908db21193ea33ea.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6522dcf23e8b1c0800bb39eb908db21193ea33ea X-VCS-Branch: master Date: Tue, 21 Jun 2022 21:32:00 +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: e939332c-1bde-4ae7-9365-8e120afdedd7 X-Archives-Hash: 5647e7e1d6ab8d1cd332cafa094a237d commit: 6522dcf23e8b1c0800bb39eb908db21193ea33ea Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 18 14:52:57 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 21 21:31:21 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6522dcf2 dev-qt/qtdeclarative: Replace -Os with -O2 Bug: 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.9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild index 2bda3893..34dc81bd 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 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" @@ -47,6 +47,8 @@ src_prepare() { } src_configure() { + replace-flags "-Os" "-O2" # bug 840861 + local myqmakeargs=( -- -qml-debug