diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-06 10:26:10 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-06 10:26:10 +0000 |
commit | dddc372503d428600ef628119dce5cb71cad17ab (patch) | |
tree | 19dde452b03e7db0bdeedc9326adc78a078b4bf5 /sci-mathematics | |
parent | Version bump for daylight savings time bugfix with qt-3.3.4. Use proper tool... (diff) | |
download | gentoo-2-dddc372503d428600ef628119dce5cb71cad17ab.tar.gz gentoo-2-dddc372503d428600ef628119dce5cb71cad17ab.tar.bz2 gentoo-2-dddc372503d428600ef628119dce5cb71cad17ab.zip |
Stable on alpha, bug 87790.
(Portage version: 2.0.51.19)
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 )" |