diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-12-13 21:29:04 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-12-13 21:29:04 +0000 |
commit | 29aba0fdec3a0372db9b63bf8e747b5cce8bb830 (patch) | |
tree | 431e1ee1df70591093ea727565c847c1c139a3ad /sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild | |
parent | avoid multiple inclusions when possible to speed caching up (diff) | |
download | gentoo-2-29aba0fdec3a0372db9b63bf8e747b5cce8bb830.tar.gz gentoo-2-29aba0fdec3a0372db9b63bf8e747b5cce8bb830.tar.bz2 gentoo-2-29aba0fdec3a0372db9b63bf8e747b5cce8bb830.zip |
Restrict tests as per bug 366711
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild')
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild index be0ede82fec2..05b1c010f91a 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.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-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v 1.2 2011/12/09 16:30:50 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v 1.3 2011/12/13 21:29:04 tomka Exp $ EAPI="2" @@ -23,6 +23,8 @@ HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~x86" +# Tests are broken and building the package runs thousands of tests anyway +RESTRICT="test" DEPEND="sys-libs/gdbm >=dev-libs/ntl-5.5.2 |