commit: 9150f272cd39462ea2f14c17e3c4b50b50d12fb3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 13:20:06 2015 +0000
Commit: git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT>
gentoo <DOT> org>
CommitDate: Wed Mar 4 13:20:06 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9150f272
[net-libs/telepathy-qt] Sync with main tree.
Package-Manager: portage-2.2.17
net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------
1 file 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 bed9b87..202d2b6 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
+}