* [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexttemplate/
@ 2023-12-17 12:44 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2023-12-17 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 51117644d6904cf646ceba05214a2c5b388353ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 12:43:59 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:43:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=51117644
kde-frameworks/ktexttemplate: update DESCRIPTION
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
index 273f9f165f..f3af7aab7e 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
@@ -8,7 +8,7 @@ PVCUT=$(ver_cut 1-2)
QTMIN=6.6.0
inherit ecm frameworks.kde.org
-DESCRIPTION="Library to allow separating the structure of documents from the data they contain"
+DESCRIPTION="Library to allow separating the structure of documents from data they contain"
LICENSE="LGPL-2.1+"
KEYWORDS=""
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexttemplate/
@ 2024-09-20 22:10 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-09-20 22:10 UTC (permalink / raw
To: gentoo-commits
commit: f3be399ec01f955718339506c67e7b0224045017
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 22:08:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 22:10:03 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3be399e
kde-frameworks/ktexttemplate: workaround GCC bug for arm64
Bug: https://gcc.gnu.org/PR116783
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
index 94ae7c60d1..12b4072519 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=6.6.2
-inherit ecm frameworks.kde.org
+inherit ecm flag-o-matic frameworks.kde.org
DESCRIPTION="Library to allow separating the structure of documents from data they contain"
@@ -20,3 +20,10 @@ 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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-20 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 12:44 [gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexttemplate/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-20 22:10 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox