Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/
Date: Thu, 06 Aug 2020 21:46:25
Message-Id: 1596750313.e1865179a70dc7c5c7d2dcb7f445c0c04552d175.asturm@gentoo
1 commit: e1865179a70dc7c5c7d2dcb7f445c0c04552d175
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 20:00:31 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 21:45:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1865179
7
8 app-office/libalkimia: Set VIRTUALX_REQUIRED="test", disable failing
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libalkimia/libalkimia-8.9999.ebuild | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild
17 index 0cb9194843..d0199b68a6 100644
18 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild
19 +++ b/app-office/libalkimia/libalkimia-8.9999.ebuild
20 @@ -8,6 +8,7 @@ ECM_TEST="forceoptional"
21 KDE_ORG_NAME="alkimia"
22 KFMIN=5.60.0
23 QTMIN=5.12.3
24 +VIRTUALX_REQUIRED="test"
25 inherit ecm kde.org
26
27 if [[ ${KDE_BUILD_TYPE} = release ]]; then
28 @@ -66,3 +67,11 @@ src_configure() {
29 )
30 ecm_src_configure
31 }
32 +
33 +src_test() {
34 + # Depends on BUILD_WITH_WEBKIT, bug 736128
35 + local myctestargs=(
36 + -E "(alkonlinequotestest)"
37 + )
38 + ecm_src_test
39 +}