diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-05 05:11:30 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-05 05:11:30 +0000 |
commit | c72b1c17d1c1a72d8e1378fa21868ebab477a420 (patch) | |
tree | 38f94dc4c09acf396ece0232cb7b114eb96aac1c /kde-base | |
parent | Tests hang, RESTRICTing until upstream fixes (diff) | |
download | gentoo-2-c72b1c17d1c1a72d8e1378fa21868ebab477a420.tar.gz gentoo-2-c72b1c17d1c1a72d8e1378fa21868ebab477a420.tar.bz2 gentoo-2-c72b1c17d1c1a72d8e1378fa21868ebab477a420.zip |
Tests hang, RESTRICTing until upstream fixes
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-4.3.3.ebuild | 5 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-4.3.4.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index acc9ddfa7f9a..a21fb91928e1 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kpilot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.105 2009/12/01 10:57:55 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.106 2009/12/05 05:11:30 abcd Exp $ + + 05 Dec 2009; Jonathan Callen <abcd@gentoo.org> kpilot-4.3.3.ebuild, + kpilot-4.3.4.ebuild: + Tests hang, RESTRICTing until upstream fixes *kpilot-4.3.4 (01 Dec 2009) diff --git a/kde-base/kpilot/kpilot-4.3.3.ebuild b/kde-base/kpilot/kpilot-4.3.3.ebuild index 889a6a0a7fc0..45ac930dd687 100644 --- a/kde-base/kpilot/kpilot-4.3.3.ebuild +++ b/kde-base/kpilot/kpilot-4.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.3.ebuild,v 1.4 2009/11/30 06:54:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.3.ebuild,v 1.5 2009/12/05 05:11:30 abcd Exp $ EAPI="2" @@ -19,6 +19,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# Tests hang, last checked in 4.3.3 +RESTRICT="test" + src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with avantgo Mal) diff --git a/kde-base/kpilot/kpilot-4.3.4.ebuild b/kde-base/kpilot/kpilot-4.3.4.ebuild index c3f5ba0b2d86..03100d9e0ea1 100644 --- a/kde-base/kpilot/kpilot-4.3.4.ebuild +++ b/kde-base/kpilot/kpilot-4.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.4.ebuild,v 1.1 2009/12/01 10:57:55 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.4.ebuild,v 1.2 2009/12/05 05:11:30 abcd Exp $ EAPI="2" @@ -19,6 +19,9 @@ DEPEND=" " RDEPEND="${DEPEND}" +# Tests hang, last checked in 4.3.3 +RESTRICT="test" + src_configure() { mycmakeargs="${mycmakeargs} $(cmake-utils_use_with avantgo Mal) |