diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-12-09 16:30:50 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-12-09 16:30:50 +0000 |
commit | 70409acdaa954d76fc678625356ff570d2917031 (patch) | |
tree | 464b433cb54422c5733ad4fe52932453884d44bf /sci-mathematics/Macaulay2 | |
parent | Version bump. (diff) | |
download | gentoo-2-70409acdaa954d76fc678625356ff570d2917031.tar.gz gentoo-2-70409acdaa954d76fc678625356ff570d2917031.tar.bz2 gentoo-2-70409acdaa954d76fc678625356ff570d2917031.zip |
correct dep on normaliz, amd64 stable per bug 394157
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/Macaulay2')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index 8606d84c6c29..9cb9252ca752 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.24 2011/09/25 19:44:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.25 2011/12/09 16:30:50 tomka Exp $ + + 09 Dec 2011; Thomas Kahle <tomka@gentoo.org> Macaulay2-1.4-r1.ebuild: + correct dep on normaliz, amd64 stable per bug 394157 *Macaulay2-1.4-r1 (25 Sep 2011) diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild index e1660d8fa484..be0ede82fec2 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.1 2011/09/25 19:44:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.4-r1.ebuild,v 1.2 2011/12/09 16:30:50 tomka Exp $ EAPI="2" @@ -22,7 +22,7 @@ HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="sys-libs/gdbm >=dev-libs/ntl-5.5.2 @@ -33,6 +33,7 @@ DEPEND="sys-libs/gdbm sci-mathematics/4ti2 sci-mathematics/nauty >=sci-mathematics/normaliz-2.5 + <sci-mathematics/normaliz-2.7 sci-mathematics/gfan >=dev-libs/mpfr-3.0.0 >=sci-libs/mpir-2.1.1[cxx] |