commit: 889b58ae40fa561215e15fe9e8a616ad102ba118
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:45:39 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:47:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=889b58ae
net-libs/telepathy-qt: nitpicks
Package-Manager: portage-2.2.20.1
net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index fd396c2..4565a67 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -65,10 +65,10 @@ src_configure() {
-ENABLE_SERVICE_SUPPORT=ON
)
if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
- mycmakeargs+=(-DDESIRED_QT_VERSION=4)
+ mycmakeargs+=( -DDESIRED_QT_VERSION=4 )
fi
if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
- mycmakeargs+=(-DDESIRED_QT_VERSION=5)
+ mycmakeargs+=( -DDESIRED_QT_VERSION=5 )
fi
cmake-utils_src_configure
}
@@ -82,9 +82,9 @@ src_compile() {
src_test() {
mytest() {
- pushd "${BUILD_DIR}" > /dev/null
+ pushd "${BUILD_DIR}" > /dev/null || die
VIRTUALX_COMMAND="ctest -E '(CallChannel)'" virtualmake || die
"tests failed"
- popd > /dev/null
+ popd > /dev/null || die
}
multibuild_foreach_variant mytest