diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 19:03:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 19:03:34 +0000 |
commit | 3ccba56670f6babea87de0d98c4557b1461d22e7 (patch) | |
tree | 734d492cde4b93dace3d08f2473596c4e14156c3 /sci-mathematics | |
parent | amd64 stable, bug #497758 (diff) | |
download | gentoo-2-3ccba56670f6babea87de0d98c4557b1461d22e7.tar.gz gentoo-2-3ccba56670f6babea87de0d98c4557b1461d22e7.tar.bz2 gentoo-2-3ccba56670f6babea87de0d98c4557b1461d22e7.zip |
amd64 stable, bug #494330
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index ff6824bfb19e..6fa4f1cc7562 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.96 2013/12/22 16:37:13 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.97 2014/01/18 19:03:34 pacho Exp $ + + 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> pari-2.3.5.ebuild: + amd64 stable, bug #494330 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> pari-2.3.5.ebuild: Stable for HPPA (bug #494330). diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index a937b299bc30..6e22eea0e4c7 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-2013 Gentoo Foundation +# Copyright 1999-2014 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.8 2013/12/22 16:37:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.9 2014/01/18 19:03:34 pacho 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 |