summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-20 21:48:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-20 21:48:32 +0200
commitd8dbc980c6d60a70e2507005db6e026531a7b201 (patch)
treea75b02bb896bfc8db1b1bd822f27490e84956266 /kde-frameworks/krunner/krunner-5.82.0.ebuild
parentkde-frameworks/kglobalaccel: Fix kglobalshortcuttest (diff)
downloadgentoo-d8dbc980c6d60a70e2507005db6e026531a7b201.tar.gz
gentoo-d8dbc980c6d60a70e2507005db6e026531a7b201.tar.bz2
gentoo-d8dbc980c6d60a70e2507005db6e026531a7b201.zip
kde-frameworks/krunner: Disable hanging test
Closes: https://bugs.gentoo.org/789351 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/krunner/krunner-5.82.0.ebuild')
-rw-r--r--kde-frameworks/krunner/krunner-5.82.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-frameworks/krunner/krunner-5.82.0.ebuild b/kde-frameworks/krunner/krunner-5.82.0.ebuild
index 414cdb8822d4..9b94a1daf9ae 100644
--- a/kde-frameworks/krunner/krunner-5.82.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.82.0.ebuild
@@ -9,6 +9,7 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Framework for providing different actions given a string query"
+
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="activities"
@@ -38,9 +39,9 @@ src_configure() {
}
src_test() {
- # requires virtual dbus #630672
+ # requires virtual dbus, otherwise hangs; bugs #630672, #789351
local myctestargs=(
- -E "(dbusrunnertest)"
+ -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
)
ecm_src_test
}