patrick 15/04/03 06:29:58 Modified: flint-2.4.5.ebuild ChangeLog Log: Restrict ntl dep #545318 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 sci-mathematics/flint/flint-2.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?r1=1.1&r2=1.2 Index: flint-2.4.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flint-2.4.5.ebuild 2 Apr 2015 12:27:59 -0000 1.1 +++ flint-2.4.5.ebuild 3 Apr 2015 06:29:57 -0000 1.2 @@ -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 @@ 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 1.12 sci-mathematics/flint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 2 Apr 2015 12:27:59 -0000 1.11 +++ ChangeLog 3 Apr 2015 06:29:57 -0000 1.12 @@ -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 <[email protected]> flint-2.4.5.ebuild: + Restrict ntl dep #545318 *flint-2.4.5 (02 Apr 2015)
