commit: 15170b688e5981c029d99872ca3b32b990ab3a35 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Aug 6 20:00:31 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Aug 6 20:14:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15170b68
app-office/libalkimia: Set VIRTUALX_REQUIRED="test", disable failing Closes: https://bugs.gentoo.org/736128 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libalkimia/libalkimia-8.0.3.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-office/libalkimia/libalkimia-8.0.3.ebuild b/app-office/libalkimia/libalkimia-8.0.3.ebuild index 65225f91578..7b390a36dfb 100644 --- a/app-office/libalkimia/libalkimia-8.0.3.ebuild +++ b/app-office/libalkimia/libalkimia-8.0.3.ebuild @@ -7,6 +7,7 @@ ECM_TEST="forceoptional" KDE_ORG_NAME="alkimia" KFMIN=5.60.0 QTMIN=5.12.3 +VIRTUALX_REQUIRED="test" inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then @@ -66,3 +67,11 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # Depends on BUILD_WITH_WEBKIT, bug 736128 + local myctestargs=( + -E "(alkonlinequotestest)" + ) + ecm_src_test +}
