summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-02-23 23:58:23 +0000
committerSam James <sam@gentoo.org>2025-02-23 23:58:41 +0000
commit230b8e81d89cec5402ccc2381c3fcd17d401855d (patch)
tree06790b08f3b0b1c4d4fe9dd179b2443860948621 /kde-frameworks
parentc23c0b8ecefe7b8004cbce43f8fd3fbbfce4d19e (diff)
downloadkde-230b8e81d89cec5402ccc2381c3fcd17d401855d.tar.gz
kde-230b8e81d89cec5402ccc2381c3fcd17d401855d.tar.bz2
kde-230b8e81d89cec5402ccc2381c3fcd17d401855d.zip
kde-frameworks/ktexttemplate: drop obsolete GCC workaround
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
index a423d5a7f81..b1b07ae00c3 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
-}