diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/flint/flint-2.4.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/flint/ChangeLog b/sci-mathematics/flint/ChangeLog index 4bed8cbf3ffe..ef2d7e889152 100644 --- a/sci-mathematics/flint/ChangeLog +++ b/sci-mathematics/flint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/flint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.7 2014/07/30 19:40:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.8 2014/08/01 15:06:14 nimiux Exp $ + + 01 Aug 2014; Chema Alonso <nimiux@gentoo.org> flint-2.4.4-r1.ebuild: + Stable for amd64 wrt bug #518208 *flint-2.4.4-r1 (30 Jul 2014) diff --git a/sci-mathematics/flint/flint-2.4.4-r1.ebuild b/sci-mathematics/flint/flint-2.4.4-r1.ebuild index 0b329527da51..03470f94b822 100644 --- a/sci-mathematics/flint/flint-2.4.4-r1.ebuild +++ b/sci-mathematics/flint/flint-2.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4-r1.ebuild,v 1.1 2014/07/30 19:40:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4-r1.ebuild,v 1.2 2014/08/01 15:06:15 nimiux Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://www.flintlib.org/${P}.tar.gz" RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc gc ntl static-libs test" RDEPEND="dev-libs/gmp |