diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-03-26 10:16:33 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-03-26 10:16:33 +0000 |
commit | ad89fd238611e684ff387cfd79253b52b36ec8be (patch) | |
tree | d884d53a812385082e4f3e8b4c0fcb639e2728c7 | |
parent | re-add -0.0.10-r1 to appease revdep requiring support of unstable keywords (diff) | |
download | gentoo-2-ad89fd238611e684ff387cfd79253b52b36ec8be.tar.gz gentoo-2-ad89fd238611e684ff387cfd79253b52b36ec8be.tar.bz2 gentoo-2-ad89fd238611e684ff387cfd79253b52b36ec8be.zip |
Restrict ntl dep
(Portage version: 2.2.14/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 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index 9c5d6e76517e..a194ec944fc2 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.62 2015/03/10 19:12:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 2015/03/26 10:16:33 tomka Exp $ + + 26 Mar 2015; Thomas Kahle <tomka@gentoo.org> singular-4.0.2.ebuild: + Restrict ntl dep 10 Mar 2015; Thomas Kahle <tomka@gentoo.org> singular-4.0.2.ebuild: Fix missing dep on cddlib (542746) diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index 0c2589383dcd..1b52f4ba1e8f 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.2 2015/03/10 19:12:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 2015/03/26 10:16:33 tomka Exp $ EAPI=5 @@ -26,6 +26,7 @@ IUSE="boost doc emacs examples python +readline" RDEPEND="dev-libs/gmp >=dev-libs/ntl-5.5.1 + <dev-libs/ntl-7 emacs? ( >=virtual/emacs-22 ) sci-mathematics/flint sci-mathematics/4ti2 |