diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-10 19:40:10 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-10 19:40:10 +0000 |
commit | 5d908cdd8776d786905b973dcc9b3832596aa50f (patch) | |
tree | d0f667425616a4d12f25e31e793f08900b4fbe05 /dev-perl/math-pari | |
parent | Modular X fixes, bug 132732. (diff) | |
download | gentoo-2-5d908cdd8776d786905b973dcc9b3832596aa50f.tar.gz gentoo-2-5d908cdd8776d786905b973dcc9b3832596aa50f.tar.bz2 gentoo-2-5d908cdd8776d786905b973dcc9b3832596aa50f.zip |
Stable on sparc
(Portage version: 2.1.1)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010706.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 3c273729b42c..6b67bcfcfe99 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/math-pari # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.31 2006/08/13 14:59:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.32 2006/10/10 19:40:10 gustavoz Exp $ + + 10 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + math-pari-2.010706.ebuild: + Stable on sparc 13 Aug 2006; Jason Wever <weeve@gentoo.org> math-pari-2.010706.ebuild: Fixed up comment formatting on ChrisWhite's correction of my SPARC fixes. diff --git a/dev-perl/math-pari/math-pari-2.010706.ebuild b/dev-perl/math-pari/math-pari-2.010706.ebuild index 4b380ff96168..87533a10513a 100644 --- a/dev-perl/math-pari/math-pari-2.010706.ebuild +++ b/dev-perl/math-pari/math-pari-2.010706.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/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.6 2006/08/13 14:59:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010706.ebuild,v 1.7 2006/10/10 19:40:10 gustavoz Exp $ inherit perl-module eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/I/IL/ILYAZ/modules/${MY_P}.tar.gz LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |