diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-18 17:04:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-18 17:04:50 +0000 |
commit | 166bb036398a36de7170b64775c3f3610b7f1c43 (patch) | |
tree | 0038c9f0fa20eb7e40c2cbac44243fda5f790aac /sci-mathematics/pari | |
parent | Fix bug 121813, thanks to Antek Grzymala. (diff) | |
download | gentoo-2-166bb036398a36de7170b64775c3f3610b7f1c43.tar.gz gentoo-2-166bb036398a36de7170b64775c3f3610b7f1c43.tar.bz2 gentoo-2-166bb036398a36de7170b64775c3f3610b7f1c43.zip |
Added ~ppc64; bug #126528
(Portage version: 2.0.54)
Diffstat (limited to 'sci-mathematics/pari')
-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 eda35331bfb5..5b8c6bb824e3 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.27 2006/02/12 20:41:40 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.28 2006/03/18 17:04:50 corsair Exp $ + + 18 Mar 2006; Markus Rothe <corsair@gentoo.org> pari-2.1.7-r1.ebuild: + Added ~ppc64; bug #126528 12 Feb 2006; Scott Stoddard <deltacow@gentoo.org> pari-2.1.5-r4.ebuild: Fix multilib issue w.r.t. bug #122589 diff --git a/sci-mathematics/pari/pari-2.1.7-r1.ebuild b/sci-mathematics/pari/pari-2.1.7-r1.ebuild index a85cde41d954..a28c2f24b120 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.1 2006/01/22 13:19:48 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.2 2006/03/18 17:04:50 corsair 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |