diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 13:53:59 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 13:53:59 +0000 |
commit | 6c7ee21ea00e7e3fe7df9ddf00fb698220629e53 (patch) | |
tree | 7750cc8c25ee1d68b39137103e7ea20946d141f7 /sci-mathematics/pari | |
parent | ppc stable #289312 (diff) | |
download | gentoo-2-6c7ee21ea00e7e3fe7df9ddf00fb698220629e53.tar.gz gentoo-2-6c7ee21ea00e7e3fe7df9ddf00fb698220629e53.tar.bz2 gentoo-2-6c7ee21ea00e7e3fe7df9ddf00fb698220629e53.zip |
ppc stable #289327
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index a0b89a352f9f..dfa4132d4501 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.67 2009/04/06 21:40:16 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.68 2009/10/24 13:53:59 nixnut Exp $ + + 24 Oct 2009; nixnut <nixnut@gentoo.org> pari-2.3.4-r1.ebuild: + ppc stable #289327 *pari-2.3.4-r1 (06 Apr 2009) diff --git a/sci-mathematics/pari/pari-2.3.4-r1.ebuild b/sci-mathematics/pari/pari-2.3.4-r1.ebuild index f7f2f547fd50..3ec10d33c26b 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.2 2009/04/07 00:34:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.3 2009/10/24 13:53:59 nixnut 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 |