diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-08-01 06:11:12 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-08-01 06:11:12 +0000 |
commit | 7c785b0c0a5b60259593cda6e412c32a9539394f (patch) | |
tree | 537daf952615ab5a90c28e54252cd54cbb4012c2 | |
parent | add (diff) | |
download | gentoo-2-7c785b0c0a5b60259593cda6e412c32a9539394f.tar.gz gentoo-2-7c785b0c0a5b60259593cda6e412c32a9539394f.tar.bz2 gentoo-2-7c785b0c0a5b60259593cda6e412c32a9539394f.zip |
Fix building with automake other than 1.13, add slot on gmp.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-4.0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 286f72c3dfd1..7735c199e5fb 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/singular # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.65 2015/04/08 18:23:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.66 2015/08/01 06:11:12 tomka Exp $ + + 01 Aug 2015; Thomas Kahle <tomka@gentoo.org> singular-4.0.2.ebuild: + Fix building with automake other than 1.13, add slot on gmp. 08 Apr 2015; Michał Górny <mgorny@gentoo.org> singular-3.1.6.ebuild: Drop old Python implementations diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index c9f58d3c7388..e81cedf1e475 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 2015/03/26 12:44:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.5 2015/08/01 06:11:12 tomka Exp $ EAPI=5 @@ -24,7 +24,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-linux ~x86-macos" IUSE="boost doc emacs examples python +readline" -RDEPEND="dev-libs/gmp +RDEPEND="dev-libs/gmp:0 >=dev-libs/ntl-5.5.1 emacs? ( >=virtual/emacs-22 ) sci-mathematics/flint @@ -60,7 +60,7 @@ src_prepare () { epatch "${FILESDIR}"/${PN}-4.0.2-ntl8-compat.patch - cd "${S}"/omalloc || die "failed to cd into omalloc directory" + # autoreconf everything since otherwise it assumes autmake-1.13 is installed eautoreconf } |