diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-03-04 13:09:44 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-03-04 13:09:44 +0000 |
commit | 055201fc77a2c3ab479bc41c784dd956d13c7fc0 (patch) | |
tree | 601227b75b50efef7491a81a47ed20db4285127c /net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild | |
parent | Inherit java-pkg-2 instead of java-utils-2 (wrong eclass!). Fix bug 542086. (diff) | |
download | historical-055201fc77a2c3ab479bc41c784dd956d13c7fc0.tar.gz historical-055201fc77a2c3ab479bc41c784dd956d13c7fc0.tar.bz2 historical-055201fc77a2c3ab479bc41c784dd956d13c7fc0.zip |
Disable broken test wrt bug #442178.
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x06B1F38DCA45A1EC!
Diffstat (limited to 'net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild index d61acd902846..e18ae0c2af27 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.3 2015/03/04 12:12:48 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.4 2015/03/04 13:09:26 kensington Exp $ EAPI=5 @@ -48,8 +48,6 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ChangeLog HACKING NEWS README ) -RESTRICT="test" - pkg_setup() { python-any-r1_pkg_setup MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) @@ -83,7 +81,7 @@ src_compile() { src_test() { mytest() { pushd "${BUILD_DIR}" > /dev/null - Xemake test || die "tests failed" + VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die "tests failed" popd > /dev/null } |