Gentoo Archives: gentoo-commits

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