diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 16:22:26 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-08-14 16:22:26 +0000 |
commit | d7c44ee82357ce378ad2b869868fface367b16da (patch) | |
tree | ade5ee211ba84581132de3f671c4e69fa3aa56bc /sci-mathematics | |
parent | x86 stable wrt bug #518202 (diff) | |
download | gentoo-2-d7c44ee82357ce378ad2b869868fface367b16da.tar.gz gentoo-2-d7c44ee82357ce378ad2b869868fface367b16da.tar.bz2 gentoo-2-d7c44ee82357ce378ad2b869868fface367b16da.zip |
x86 stable wrt bug #518208
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
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 ef2d7e889152..11153a43b689 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.8 2014/08/01 15:06:14 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.9 2014/08/14 16:22:26 phajdan.jr Exp $ + + 14 Aug 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> flint-2.4.4-r1.ebuild: + x86 stable wrt bug #518208 01 Aug 2014; Chema Alonso <nimiux@gentoo.org> flint-2.4.4-r1.ebuild: Stable for amd64 wrt bug #518208 diff --git a/sci-mathematics/flint/flint-2.4.4-r1.ebuild b/sci-mathematics/flint/flint-2.4.4-r1.ebuild index 03470f94b822..d4da733012b1 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.2 2014/08/01 15:06:15 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.4-r1.ebuild,v 1.3 2014/08/14 16:22:26 phajdan.jr 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 |