diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-05-08 21:19:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-05-08 21:19:33 +0000 |
commit | a9f7b8ce68ce7ddd723b2b4d3daf4f31a49bc3c7 (patch) | |
tree | c13809033aa7e3a689d01f61e2bf4d96a18dc07f /sci-libs | |
parent | Restrict tests for the moment, see bug 366471 (diff) | |
download | gentoo-2-a9f7b8ce68ce7ddd723b2b4d3daf4f31a49bc3c7.tar.gz gentoo-2-a9f7b8ce68ce7ddd723b2b4d3daf4f31a49bc3c7.tar.bz2 gentoo-2-a9f7b8ce68ce7ddd723b2b4d3daf4f31a49bc3c7.zip |
Restrict tests for the moment, bug 366477
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/flann/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/flann/flann-1.6.8.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-libs/flann/ChangeLog b/sci-libs/flann/ChangeLog index d0cb4891215d..5b8934a6b0e6 100644 --- a/sci-libs/flann/ChangeLog +++ b/sci-libs/flann/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/flann # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.1 2011/04/30 19:14:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/ChangeLog,v 1.2 2011/05/08 21:19:33 dilfridge Exp $ + + 08 May 2011; Andreas K. Huettel <dilfridge@gentoo.org> flann-1.6.8.ebuild: + Restrict tests for the moment, bug 366477 *flann-1.6.8 (30 Apr 2011) diff --git a/sci-libs/flann/flann-1.6.8.ebuild b/sci-libs/flann/flann-1.6.8.ebuild index 67993b6f504b..b25eb69295e0 100644 --- a/sci-libs/flann/flann-1.6.8.ebuild +++ b/sci-libs/flann/flann-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.8.ebuild,v 1.1 2011/04/30 19:14:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.6.8.ebuild,v 1.2 2011/05/08 21:19:33 dilfridge Exp $ EAPI=3 @@ -22,6 +22,9 @@ RDEPEND="sci-libs/hdf5[mpi,threads] DEPEND="${DEPEND} test? ( dev-util/gtest )" +RESTRICT=test +# bug 366477 + S=${WORKDIR}/${P}-src src_prepare() { |