diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-25 22:25:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-25 22:25:24 +0000 |
commit | 67cd7b59f1eb59e12c53b647d0578a729388b6b3 (patch) | |
tree | f0faf2d1eb3375c3cac5fc75a2539aef7ca7912c /sci-mathematics/pari | |
parent | whitespace (diff) | |
download | gentoo-2-67cd7b59f1eb59e12c53b647d0578a729388b6b3.tar.gz gentoo-2-67cd7b59f1eb59e12c53b647d0578a729388b6b3.tar.bz2 gentoo-2-67cd7b59f1eb59e12c53b647d0578a729388b6b3.zip |
Stable for HPPA (bug #289327).
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/pari')
-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 d91a74dce657..9b78b26d71ae 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.69 2009/10/24 16:31:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.70 2009/10/25 22:25:24 jer Exp $ + + 25 Oct 2009; Jeroen Roovers <jer@gentoo.org> pari-2.3.4-r1.ebuild: + Stable for HPPA (bug #289327). 24 Oct 2009; Tobias Klausmann <klausman@gentoo.org> pari-2.3.4-r1.ebuild: Stable on alpha, 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 82f156ce515b..7d3d51f9dc06 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.4 2009/10/24 16:31:48 klausman Exp $ +# $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 $ 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 |