diff options
author | 2015-04-03 06:29:57 +0000 | |
---|---|---|
committer | 2015-04-03 06:29:57 +0000 | |
commit | d0396d03dafe2406f592a46c9564731868dc22b1 (patch) | |
tree | 915d31bdf166ecbd0bd905fc4aab2c18076c554a /sci-mathematics/flint | |
parent | Version bump #542744 by Tobias Sager. Create cache dirs via existing cronjob... (diff) | |
download | gentoo-2-d0396d03dafe2406f592a46c9564731868dc22b1.tar.gz gentoo-2-d0396d03dafe2406f592a46c9564731868dc22b1.tar.bz2 gentoo-2-d0396d03dafe2406f592a46c9564731868dc22b1.zip |
Restrict ntl dep #545318
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/flint/ChangeLog b/sci-mathematics/flint/ChangeLog index 7af4ed5584e3..8881e00b9f47 100644 --- a/sci-mathematics/flint/ChangeLog +++ b/sci-mathematics/flint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/flint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.11 2015/04/02 12:27:59 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.12 2015/04/03 06:29:57 patrick Exp $ + + 03 Apr 2015; Patrick Lauer <patrick@gentoo.org> flint-2.4.5.ebuild: + Restrict ntl dep #545318 *flint-2.4.5 (02 Apr 2015) diff --git a/sci-mathematics/flint/flint-2.4.5.ebuild b/sci-mathematics/flint/flint-2.4.5.ebuild index 928d2a3e01c1..9546fcfe7328 100644 --- a/sci-mathematics/flint/flint-2.4.5.ebuild +++ b/sci-mathematics/flint/flint-2.4.5.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/flint/flint-2.4.5.ebuild,v 1.1 2015/04/02 12:27:59 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 1.2 2015/04/03 06:29:57 patrick Exp $ EAPI="5" @@ -19,7 +19,7 @@ IUSE="doc gc ntl static-libs test" RDEPEND="dev-libs/gmp dev-libs/mpfr gc? ( dev-libs/boehm-gc ) - ntl? ( dev-libs/ntl )" + ntl? ( <dev-libs/ntl-8 )" DEPEND="${RDEPEND} doc? ( app-text/texlive-core |