diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 19:24:46 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-04-14 19:24:46 +0000 |
commit | 8a6328328197e4352aa02857aa5d34d6c5e947f8 (patch) | |
tree | aa1b32e0156be172a2dd896e5181cbbb70d44227 /sci-mathematics/pari/pari-2.1.7-r1.ebuild | |
parent | Fix dependencies so that wxpython and wxGTK versions always match; bug #129937 (diff) | |
download | historical-8a6328328197e4352aa02857aa5d34d6c5e947f8.tar.gz historical-8a6328328197e4352aa02857aa5d34d6c5e947f8.tar.bz2 historical-8a6328328197e4352aa02857aa5d34d6c5e947f8.zip |
Stable on x86; bug #117434
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'sci-mathematics/pari/pari-2.1.7-r1.ebuild')
-rw-r--r-- | sci-mathematics/pari/pari-2.1.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pari/pari-2.1.7-r1.ebuild b/sci-mathematics/pari/pari-2.1.7-r1.ebuild index 1ee53f39203f..8e0f581267ed 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.7 2006/04/14 13:28:54 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7-r1.ebuild,v 1.8 2006/04/14 19:24:46 halcy0n 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 )" |