diff options
Diffstat (limited to 'sci-mathematics/pari/pari-2.1.7.ebuild')
-rw-r--r-- | sci-mathematics/pari/pari-2.1.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/pari/pari-2.1.7.ebuild b/sci-mathematics/pari/pari-2.1.7.ebuild index 42174368d013..a3ccfddfa27f 100644 --- a/sci-mathematics/pari/pari-2.1.7.ebuild +++ b/sci-mathematics/pari/pari-2.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.ebuild,v 1.2 2006/01/17 02:34:52 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.7.ebuild,v 1.3 2006/01/17 10:11:00 mcummings 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 sparc x86" IUSE="doc emacs" DEPEND="doc? ( virtual/tetex )" |