diff options
author | 2009-12-05 05:15:13 +0000 | |
---|---|---|
committer | 2009-12-05 05:15:13 +0000 | |
commit | 91fb9837331fda9f35344b5287fbec5b979da4f2 (patch) | |
tree | f4d548900ecd39dfbd5828407921d3a1ef6db44b /kde-base/kpilot | |
parent | Tests hang, RESTRCTing until upstream fixes (diff) | |
download | historical-91fb9837331fda9f35344b5287fbec5b979da4f2.tar.gz historical-91fb9837331fda9f35344b5287fbec5b979da4f2.tar.bz2 historical-91fb9837331fda9f35344b5287fbec5b979da4f2.zip |
Tests hang, RESTRICTing until upstream fixes
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kpilot')
-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) |