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 361921582EF for ; Mon, 24 Feb 2025 00:00:34 +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 2B25934306A for ; Mon, 24 Feb 2025 00:00:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2B0D91102B7; Mon, 24 Feb 2025 00:00:24 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2656C1102B7 for ; Mon, 24 Feb 2025 00:00:24 +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 D76CF34301B for ; Mon, 24 Feb 2025 00:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48DA1236B for ; Mon, 24 Feb 2025 00:00:22 +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: <1740355186.f7a08ae86150a1a36ce22d20c413fa352d6ceb58.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild X-VCS-Directories: kde-frameworks/ktexttemplate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7a08ae86150a1a36ce22d20c413fa352d6ceb58 X-VCS-Branch: master Date: Mon, 24 Feb 2025 00:00:22 +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: c2eb6eec-10d1-4f33-8f1f-98733770d66c X-Archives-Hash: 41f3d4edaa5f9d2800729eb4ca4ce275 commit: f7a08ae86150a1a36ce22d20c413fa352d6ceb58 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 23:59:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 23:59:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a08ae8 kde-frameworks/ktexttemplate: drop obsolete GCC workaround Signed-off-by: Sam James gentoo.org> kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild | 9 +-------- kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild index 011a8f8f3a58..894e02762ad7 100644 --- a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_TEST="true" QTMIN=6.7.2 -inherit ecm flag-o-matic frameworks.kde.org +inherit ecm frameworks.kde.org DESCRIPTION="Library to allow separating the structure of documents from data they contain" @@ -19,10 +19,3 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND="test? ( dev-qt/qttools:6[linguist] )" - -src_configure() { - # https://gcc.gnu.org/PR116783 - use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion) - - ecm_src_configure -} diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild index 5044e9573e5a..8db5f706a38b 100644 --- a/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild +++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_TEST="true" QTMIN=6.7.2 -inherit ecm flag-o-matic frameworks.kde.org +inherit ecm frameworks.kde.org DESCRIPTION="Library to allow separating the structure of documents from data they contain" @@ -19,10 +19,3 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND="test? ( dev-qt/qttools:6[linguist] )" - -src_configure() { - # https://gcc.gnu.org/PR116783 - use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion) - - ecm_src_configure -}