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 | |
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')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index 9cb9252ca752..1e21c4b1b1dd 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/Macaulay2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.25 2011/12/09 16:30:50 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.26 2011/12/13 21:29:04 tomka Exp $ + + 13 Dec 2011; Thomas Kahle <tomka@gentoo.org> Macaulay2-1.4-r1.ebuild: + Restrict tests as per bug 366711 09 Dec 2011; Thomas Kahle <tomka@gentoo.org> Macaulay2-1.4-r1.ebuild: correct dep on normaliz, amd64 stable per bug 394157 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 |