diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-04-11 20:01:31 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-04-11 20:01:31 +0000 |
commit | 32f93b415f65bfa605460830bd0f533b01f90e29 (patch) | |
tree | 9f9de98c8e38679b4e8df2719be3c6233b3ae836 /dev-perl/math-pari | |
parent | Stable on sparc wrt #84936 (diff) | |
download | gentoo-2-32f93b415f65bfa605460830bd0f533b01f90e29.tar.gz gentoo-2-32f93b415f65bfa605460830bd0f533b01f90e29.tar.bz2 gentoo-2-32f93b415f65bfa605460830bd0f533b01f90e29.zip |
Remove ~sparc keyword because pari-2.1.6 will not build on sparc. See Bug 87790 for explanation and details.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/math-pari')
-rw-r--r-- | dev-perl/math-pari/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/math-pari/math-pari-2.010603.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/math-pari/ChangeLog b/dev-perl/math-pari/ChangeLog index 14b7f8c92360..747126a9579b 100644 --- a/dev-perl/math-pari/ChangeLog +++ b/dev-perl/math-pari/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/math-pari # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.10 2005/04/11 16:25:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/ChangeLog,v 1.11 2005/04/11 20:01:31 fmccor Exp $ + + 11 Apr 2005; Ferris McCormick <fmccor@gentoo.org> + math-pari-2.010603.ebuild: + Remove ~sparc keyword: pari-2.1.6 does not build on sparc, See bug 87790 for + details. *math-pari-2.010603 (11 Apr 2005) diff --git a/dev-perl/math-pari/math-pari-2.010603.ebuild b/dev-perl/math-pari/math-pari-2.010603.ebuild index a7d8fcb1598a..6686786030be 100644 --- a/dev-perl/math-pari/math-pari-2.010603.ebuild +++ b/dev-perl/math-pari/math-pari-2.010603.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/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.1 2005/04/11 16:25:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.010603.ebuild,v 1.2 2005/04/11 20:01:31 fmccor Exp $ inherit perl-module @@ -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="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" +KEYWORDS="~x86 ~ppc ~alpha ~hppa ~amd64 ~mips" IUSE="" SRC_TEST="do" |