diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-11 21:59:01 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-11 21:59:01 +0000 |
commit | 246c14001e7f0c1060dc44a659f8fec17742e20d (patch) | |
tree | 0a8e6c7f3cfbb35f9868d5641d5e16562511ca9e /sci-mathematics | |
parent | Version bump. Small fixes and translation updates. Drop *.la files since naut... (diff) | |
download | gentoo-2-246c14001e7f0c1060dc44a659f8fec17742e20d.tar.gz gentoo-2-246c14001e7f0c1060dc44a659f8fec17742e20d.tar.bz2 gentoo-2-246c14001e7f0c1060dc44a659f8fec17742e20d.zip |
stable ppc64, bug 289327
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'sci-mathematics')
-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 e1d5e1cd3fac..dd0d9a8e05d6 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.72 2010/01/07 22:04:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.73 2010/01/11 21:59:01 ranger Exp $ + + 11 Jan 2010; Brent Baude <ranger@gentoo.org> pari-2.3.4-r1.ebuild: + stable ppc64, bug 289327 07 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> pari-2.3.4-r1.ebuild: Remove dummy x11-libs/qt:3 depend wrt #300087. diff --git a/sci-mathematics/pari/pari-2.3.4-r1.ebuild b/sci-mathematics/pari/pari-2.3.4-r1.ebuild index 2fc729e27c7c..3ce648f51f1c 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-2010 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.7 2010/01/07 22:04:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.8 2010/01/11 21:59:01 ranger 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 static X" RDEPEND="sys-libs/readline |