diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-06-21 20:02:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-06-21 20:02:54 +0000 |
commit | 2a95e5cd36fd399de64a4968424067e8f3805242 (patch) | |
tree | 54ddf1b9c022b8e9cae7900ea0cf3607ecf05ba1 /net-im | |
parent | Try to avoid issues like bug #463960 (diff) | |
download | gentoo-2-2a95e5cd36fd399de64a4968424067e8f3805242.tar.gz gentoo-2-2a95e5cd36fd399de64a4968424067e8f3805242.tar.bz2 gentoo-2-2a95e5cd36fd399de64a4968424067e8f3805242.zip |
Fix tests failing due dbus issues (#504516 by Emeric Maschino)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 3b765181f896..03c844af618a 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.148 2014/06/12 18:16:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.149 2014/06/21 20:02:54 pacho Exp $ + + 21 Jun 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.3.ebuild: + Fix tests failing due dbus issues (#504516 by Emeric Maschino) *empathy-3.12.3 (12 Jun 2014) diff --git a/net-im/empathy/empathy-3.12.3.ebuild b/net-im/empathy/empathy-3.12.3.ebuild index 720c1c6529c4..d72c2fddd98c 100644 --- a/net-im/empathy/empathy-3.12.3.ebuild +++ b/net-im/empathy/empathy-3.12.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild,v 1.1 2014/06/12 18:16:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.3.ebuild,v 1.2 2014/06/21 20:02:54 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -116,5 +116,5 @@ src_configure() { } src_test() { - Xemake check + dbus-launch Xemake check #504516 } |