diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-01-24 11:04:30 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-01-24 11:04:30 +0000 |
commit | b3c0bedebdd61f779f60a5e7038513e6ecae2c19 (patch) | |
tree | e6fdd229c5dc720d97745e63823e72c699610d1f /sci-mathematics | |
parent | alpha/amd64/ia64/ppc64/sparc/x86 stable wrt bug #492170; Drop old. (diff) | |
download | gentoo-2-b3c0bedebdd61f779f60a5e7038513e6ecae2c19.tar.gz gentoo-2-b3c0bedebdd61f779f60a5e7038513e6ecae2c19.tar.bz2 gentoo-2-b3c0bedebdd61f779f60a5e7038513e6ecae2c19.zip |
x86 stable wrt bug #494330
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index e11a44427e6d..67720ad68831 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.100 2014/01/20 15:49:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.101 2014/01/24 11:04:30 zlogene Exp $ + + 24 Jan 2014; Mikle Kolyada <zlogene@gentoo.org> pari-2.3.5.ebuild: + x86 stable wrt bug #494330 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pari-2.3.5.ebuild: Stable for ppc, wrt bug #494330 diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index 78a061b817d3..19c4e6c1b445 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-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.12 2014/01/20 15:49:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.13 2014/01/24 11:04:30 zlogene 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 |