diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2015-03-05 00:20:06 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2015-03-05 00:20:06 +1100 |
| commit | 9150f272cd39462ea2f14c17e3c4b50b50d12fb3 (patch) | |
| tree | 79dc6cf17331b972675bc8569418cc630e2228e8 /net-libs/telepathy-qt | |
| parent | 21a6770adcb01d2bfe2ed1045283d1ddd9d4790d (diff) | |
| download | kde-9150f272cd39462ea2f14c17e3c4b50b50d12fb3.tar.gz kde-9150f272cd39462ea2f14c17e3c4b50b50d12fb3.tar.bz2 kde-9150f272cd39462ea2f14c17e3c4b50b50d12fb3.zip | |
[net-libs/telepathy-qt] Sync with main tree.
Package-Manager: portage-2.2.17
Diffstat (limited to 'net-libs/telepathy-qt')
| -rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index bed9b87d562..202d2b6cb3c 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" ) -inherit base python-any-r1 cmake-utils virtualx git-r3 multibuild +inherit python-any-r1 cmake-utils virtualx git-r3 multibuild DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" @@ -78,16 +78,16 @@ src_compile() { multibuild_foreach_variant cmake-utils_src_compile } -src_install() { - multibuild_foreach_variant cmake-utils_src_install -} - 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 } multibuild_foreach_variant mytest } + +src_install() { + multibuild_foreach_variant cmake-utils_src_install +} |
