tomka       15/04/05 11:19:35

  Modified:             flint-2.4.5.ebuild ChangeLog
  Log:
  Fix ntl compatibility (bug 545318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?r1=1.3&r2=1.4

Index: flint-2.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flint-2.4.5.ebuild  3 Apr 2015 10:03:43 -0000       1.3
+++ flint-2.4.5.ebuild  5 Apr 2015 11:19:35 -0000       1.4
@@ -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.3 2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.4 2015/04/05 11:19:35 tomka Exp $
 
 EAPI="5"
 
@@ -19,7 +19,7 @@
 RDEPEND="dev-libs/gmp
        dev-libs/mpfr
        gc? ( dev-libs/boehm-gc )
-       ntl? ( <dev-libs/ntl-8 )"
+       ntl? ( dev-libs/ntl )"
 DEPEND="${RDEPEND}
        doc? (
                app-text/texlive-core
@@ -32,7 +32,8 @@
                "${FILESDIR}"/${PN}-2.4.3-whitespaces.patch \
                "${FILESDIR}"/${PN}-2.4.3-cflags-ldflags.patch \
                "${FILESDIR}"/${PN}-2.4.4-test.patch \
-               "${FILESDIR}"/${PN}-2.4.5-gmp6-compat.patch
+               "${FILESDIR}"/${PN}-2.4.5-gmp6-compat.patch \
+               "${FILESDIR}"/${PN}-2.4.5-ntl62.patch
 }
 
 src_configure() {



1.14                 sci-mathematics/flint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Apr 2015 10:03:43 -0000       1.13
+++ ChangeLog   5 Apr 2015 11:19:35 -0000       1.14
@@ -1,6 +1,10 @@
 # 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.13 
2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.14 
2015/04/05 11:19:35 tomka Exp $
+
+  05 Apr 2015; Thomas Kahle <to...@gentoo.org> +files/flint-2.4.5-ntl62.patch,
+  flint-2.4.5.ebuild:
+  Fix ntl compatibility (bug 545318)
 
   03 Apr 2015; Thomas Kahle <to...@gentoo.org>
   +files/flint-2.4.5-gmp6-compat.patch, flint-2.4.5.ebuild:




Reply via email to