diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-29 15:51:34 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-29 15:51:34 +0000 |
commit | a4e908b96aba3bd5abd0d8555f0fff5d0028440e (patch) | |
tree | dfad50e2271d7a8bc6dbfb0fd3d157a1bbf57770 /sci-mathematics | |
parent | amd64/x86 stable, bug #289117 (diff) | |
download | gentoo-2-a4e908b96aba3bd5abd0d8555f0fff5d0028440e.tar.gz gentoo-2-a4e908b96aba3bd5abd0d8555f0fff5d0028440e.tar.bz2 gentoo-2-a4e908b96aba3bd5abd0d8555f0fff5d0028440e.zip |
amd64/x86 stable, bug #289327
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 9b78b26d71ae..d1f199e577ed 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.70 2009/10/25 22:25:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.71 2009/10/29 15:51:34 maekke Exp $ + + 29 Oct 2009; Markus Meier <maekke@gentoo.org> pari-2.3.4-r1.ebuild: + amd64/x86 stable, bug #289327 25 Oct 2009; Jeroen Roovers <jer@gentoo.org> pari-2.3.4-r1.ebuild: Stable for HPPA (bug #289327). diff --git a/sci-mathematics/pari/pari-2.3.4-r1.ebuild b/sci-mathematics/pari/pari-2.3.4-r1.ebuild index 7d3d51f9dc06..ccdc705b8123 100644 --- a/sci-mathematics/pari/pari-2.3.4-r1.ebuild +++ b/sci-mathematics/pari/pari-2.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.5 2009/10/25 22:25:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.6 2009/10/29 15:51:34 maekke Exp $ EAPI=2 inherit elisp-common eutils flag-o-matic @@ -17,7 +17,7 @@ SRC_URI="${SRC_COM}/unix/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="doc data emacs fltk gmp qt3 static X" RDEPEND="sys-libs/readline |