commit:     28bc46f52ab9c6de0ef503668ee7dd032a539cce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 12:40:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 12:40:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=28bc46f5

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 7b0d557..8afa96b 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -63,10 +63,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
        }
@@ -80,9 +80,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

Reply via email to