summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-04 08:40:45 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-04 08:56:44 +0200
commitb17c8d363fa88521a187e675943b3562110eb03a (patch)
tree6b5193da5bee2097bfa48ec33dae899aa3537d71
parentdev-util/plan9port: move env.d/30plan9 to 60plan9. (diff)
downloadgentoo-b17c8d363fa88521a187e675943b3562110eb03a.tar.gz
gentoo-b17c8d363fa88521a187e675943b3562110eb03a.tar.bz2
gentoo-b17c8d363fa88521a187e675943b3562110eb03a.zip
net-im/telepathy-logger: unittests cannot run in parallel, bug #552818
Also switch Xemake call to virtx emake. Closes: https://bugs.gentoo.org/show_bug.cgi?id=552818 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
index f30e6eefb168..6cf78fe9bc0f 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -45,5 +45,5 @@ src_configure() {
}
src_test() {
- Xemake check
+ virtx emake -j1 check
}