diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-08-01 15:06:15 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-08-01 15:06:15 +0000 |
commit | d2eaf8a77d9cc9da99ee650027f33cceeeee35b5 (patch) | |
tree | 2fa428d56ed5c039dbb519daad2b54ee61342d84 /sci-mathematics | |
parent | Initial arm64 support (diff) | |
download | gentoo-2-d2eaf8a77d9cc9da99ee650027f33cceeeee35b5.tar.gz gentoo-2-d2eaf8a77d9cc9da99ee650027f33cceeeee35b5.tar.bz2 gentoo-2-d2eaf8a77d9cc9da99ee650027f33cceeeee35b5.zip |
Stable for amd64 wrt bug #518208
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 |