commit: f7a08ae86150a1a36ce22d20c413fa352d6ceb58
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 23:59:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
-}