commit:     230b8e81d89cec5402ccc2381c3fcd17d401855d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 23:58:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 23:58:41 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=230b8e81

kde-frameworks/ktexttemplate: drop obsolete GCC workaround

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild 
b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
index a423d5a7f8..b1b07ae00c 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-9999.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
-}

Reply via email to