Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/
Date: Mon, 30 May 2016 21:15:22
Message-Id: 1464642872.529cdc42e398f9e8b3122817d9e29711d2a6f123.pacho@gentoo
1 commit: 529cdc42e398f9e8b3122817d9e29711d2a6f123
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 21:14:32 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:14:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529cdc42
7
8 net-im/empathy: Fix virtualx.eclass usage
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-im/empathy/empathy-3.12.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/empathy/empathy-3.12.12.ebuild b/net-im/empathy/empathy-3.12.12.ebuild
16 index cfd1127..da7e005 100644
17 --- a/net-im/empathy/empathy-3.12.12.ebuild
18 +++ b/net-im/empathy/empathy-3.12.12.ebuild
19 @@ -122,5 +122,5 @@ src_configure() {
20 }
21
22 src_test() {
23 - dbus-launch Xemake check #504516
24 + dbus-launch virtx emake check #504516
25 }