diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-04-09 14:41:33 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-04-09 14:41:33 +0000 |
commit | 0bd861869bf0489229afa7c99ef7ae44e9cf274d (patch) | |
tree | 24a726f166a07c0f981a2a6e4f7b876fe63752c8 /sci-mathematics | |
parent | Merge some changes thanks to sbriesen (diff) | |
download | gentoo-2-0bd861869bf0489229afa7c99ef7ae44e9cf274d.tar.gz gentoo-2-0bd861869bf0489229afa7c99ef7ae44e9cf274d.tar.bz2 gentoo-2-0bd861869bf0489229afa7c99ef7ae44e9cf274d.zip |
Remove ~sparc keyword. See Comments 3, 4 at Bug 97790 --- this version will not build at all on sparc, and so cannot be tested.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 670e39b52d0e..bf77c31b0e1b 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2005/04/06 10:26:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.10 2005/04/09 14:41:33 fmccor Exp $ + + 09 Apr 2005; Ferris McCormick <fmccor@gentoo.org> pari-2.1.6.ebuild: + Remove ~sparc keyword (Compare Bug 87790). This version will NOT compile on + sparc, and so cannot be tested. Action on Comments 3 and 4 at Bug 87990 is + required before testing is remotely possible. 06 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> pari-2.1.6.ebuild: Stable on alpha, bug 87790. diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index 07174ad9125c..55039f9b90e2 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.8 2005/04/06 10:26:10 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.9 2005/04/09 14:41:33 fmccor 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 ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |