diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-12-22 16:37:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-12-22 16:37:13 +0000 |
commit | 85a18301655cfcea649139d545c05e0daa244c9c (patch) | |
tree | d48688ad07e616a5d5418a2ebc452fea78dff758 /sci-mathematics | |
parent | amd64 stable, bug #490096 (diff) | |
download | gentoo-2-85a18301655cfcea649139d545c05e0daa244c9c.tar.gz gentoo-2-85a18301655cfcea649139d545c05e0daa244c9c.tar.bz2 gentoo-2-85a18301655cfcea649139d545c05e0daa244c9c.zip |
Stable for HPPA (bug #494330).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 74b688b4affa..ff6824bfb19e 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.95 2013/06/11 17:33:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.96 2013/12/22 16:37:13 jer Exp $ + + 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> pari-2.3.5.ebuild: + Stable for HPPA (bug #494330). *pari-2.5.4 (11 Jun 2013) diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index 72e4b99c88b0..a937b299bc30 100644 --- a/sci-mathematics/pari/pari-2.3.5.ebuild +++ b/sci-mathematics/pari/pari-2.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.7 2012/10/22 22:01:21 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.8 2013/12/22 16:37:13 jer Exp $ EAPI=3 inherit elisp-common eutils flag-o-matic toolchain-funcs @@ -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 ~x86-solaris" +KEYWORDS="~alpha ~amd64 hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="doc data fltk gmp static-libs X" RDEPEND="sys-libs/readline |