Skip to content

Commit

Permalink
kde-frameworks/ktexttemplate: drop obsolete GCC workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 23, 2025
1 parent c23c0b8 commit 230b8e8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
}

0 comments on commit 230b8e8

Please sign in to comment.