diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-12 10:22:46 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-04-12 10:22:46 +0000 |
commit | f52cb53a4b7cfa8aee18642ed13b634d9830500a (patch) | |
tree | 9047f58d9bd8667defd7f2de9cf8d8c8e439f4db /sci-mathematics | |
parent | unionfs 1.1.4 version bump (diff) | |
download | gentoo-2-f52cb53a4b7cfa8aee18642ed13b634d9830500a.tar.gz gentoo-2-f52cb53a4b7cfa8aee18642ed13b634d9830500a.tar.bz2 gentoo-2-f52cb53a4b7cfa8aee18642ed13b634d9830500a.zip |
Stable on alpha as per bug #117434
(Portage version: 2.0.54)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 997f57b19f4a..692bc2fb2096 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.31 2006/04/12 05:00:40 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.32 2006/04/12 10:22:46 ferdy Exp $ + + 12 Apr 2006; Fernando J. Pereda <ferdy@gentoo.org> pari-2.1.7-r1.ebuild: + Stable on alpha as per bug #117434 11 Apr 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> pari-2.1.7-r1.ebuild: diff --git a/sci-mathematics/pari/pari-2.1.7-r1.ebuild b/sci-mathematics/pari/pari-2.1.7-r1.ebuild index a4e281ad9ea4..3d7578b74d8a 100644 --- a/sci-mathematics/pari/pari-2.1.7-r1.ebuild +++ b/sci-mathematics/pari/pari-2.1.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.4 2006/04/12 05:00:40 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.5 2006/04/12 10:22:46 ferdy Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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 ~ppc64 sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~ppc64 sparc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |