diff options
author | 2014-04-02 15:46:27 +0000 | |
---|---|---|
committer | 2014-04-02 15:46:27 +0000 | |
commit | 949abb46e801dae3efaab80ea15e271927f6d12e (patch) | |
tree | d145ed7c7d866288b922fc08db8e6c27dacd6a64 /net-libs/telepathy-qt | |
parent | Disable tests again on 7.36.0 (diff) | |
download | gentoo-2-949abb46e801dae3efaab80ea15e271927f6d12e.tar.gz gentoo-2-949abb46e801dae3efaab80ea15e271927f6d12e.tar.bz2 gentoo-2-949abb46e801dae3efaab80ea15e271927f6d12e.zip |
Restrict tests because they hang and we need stabilization.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-libs/telepathy-qt/ChangeLog b/net-libs/telepathy-qt/ChangeLog index efc9eed61954..da5738a87138 100644 --- a/net-libs/telepathy-qt/ChangeLog +++ b/net-libs/telepathy-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/telepathy-qt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.23 2013/10/24 16:00:46 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.24 2014/04/02 15:46:27 johu Exp $ + + 02 Apr 2014; Johannes Huber <johu@gentoo.org> telepathy-qt-0.9.3-r1.ebuild: + Restrict tests because they hang and we need stabilization. 24 Oct 2013; Johannes Huber <johu@gentoo.org> +files/telepathy-qt-0.9.3-cmake-2.8.12.patch, telepathy-qt-0.9.3-r1.ebuild: diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild index 9f4709442f1a..728345459cfb 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.3-r1.ebuild,v 1.3 2013/10/24 16:00:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.3-r1.ebuild,v 1.4 2014/04/02 15:46:27 johu Exp $ EAPI=5 @@ -49,6 +49,9 @@ PATCHES=( "${FILESDIR}/${P}-cmake-2.8.12.patch" ) +# test hangs, needs further investigation +RESTRICT="test" + pkg_setup() { python-any-r1_pkg_setup } |