diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 96076ba9f6d7..670e39b52d0e 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.8 2005/04/04 05:31:13 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.9 2005/04/06 10:26:10 kloeri Exp $ + + 06 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> pari-2.1.6.ebuild: + Stable on alpha, bug 87790. 03 Apr 2005; Hardave Riar <hardave@gentoo.org> pari-2.1.6.ebuild: Stable on mips, bug #87790. diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index adec531aaa23..07174ad9125c 100644 --- a/sci-mathematics/pari/pari-2.1.6.ebuild +++ b/sci-mathematics/pari/pari-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.7 2005/04/04 05:31:13 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.8 2005/04/06 10:26:10 kloeri Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/unix/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa mips ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa mips ppc ~sparc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |