summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-31 21:49:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-31 21:49:47 +0200
commit9ec7ceaf90d62e9162ef8aaf4ed05220b3b49cb3 (patch)
tree2289bba757bb693b51cacc625c15a94d72852042
parentapp-text/html2text-2.2.3: version bump (diff)
downloadgentoo-9ec7ceaf.tar.gz
gentoo-9ec7ceaf.tar.bz2
gentoo-9ec7ceaf.zip
kde-frameworks/kconfigwidgets: Disable broken kstandardactiontest
Closes: https://bugs.gentoo.org/864250 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild
index 56b716f8ff5d..b9e3ef2224f2 100644
--- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild
+++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild
@@ -38,3 +38,12 @@ src_configure() {
ecm_src_configure
}
+
+src_test() {
+ # bugs: 864250
+ local myctestargs=(
+ -E "(kstandardactiontest)"
+ )
+
+ ecm_src_test
+}