Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/
Date: Wed, 18 Jul 2018 17:11:07
Message-Id: 1531933851.13df43d0565815f40bcbc6c748c5dc63b0f9ba3a.asturm@gentoo
1 commit: 13df43d0565815f40bcbc6c748c5dc63b0f9ba3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 17:10:28 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 17:10:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13df43d0
7
8 net-im/kadu: Add virtualx for tests
9
10 Closes: https://bugs.gentoo.org/655692
11 Package-Manager: Portage-2.3.43, Repoman-2.3.10
12
13 net-im/kadu/kadu-4.3-r2.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild
17 index c6c749dc4d3..7c7b4b2617f 100644
18 --- a/net-im/kadu/kadu-4.3-r2.ebuild
19 +++ b/net-im/kadu/kadu-4.3-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="6"
23
24 -inherit cmake-utils flag-o-matic gnome2-utils
25 +inherit cmake-utils flag-o-matic gnome2-utils virtualx
26
27 MY_P="${P/_/-}"
28
29 @@ -133,6 +133,10 @@ src_configure() {
30 cmake-utils_src_configure
31 }
32
33 +src_test() {
34 + virtx cmake-utils_src_test
35 +}
36 +
37 pkg_postinst() {
38 gnome2_icon_cache_update
39 }