diff options
Diffstat (limited to 'dev-python/mpmath/mpmath-0.11.ebuild')
-rw-r--r-- | dev-python/mpmath/mpmath-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mpmath/mpmath-0.11.ebuild b/dev-python/mpmath/mpmath-0.11.ebuild index 67596a23222a..b744cb3be207 100644 --- a/dev-python/mpmath/mpmath-0.11.ebuild +++ b/dev-python/mpmath/mpmath-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.11.ebuild,v 1.1 2009/01/28 15:21:38 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.11.ebuild,v 1.2 2009/02/15 22:32:34 patrick Exp $ NEED_PYTHON=2.4 inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc examples gmp test" DEPEND="doc? ( dev-python/sphinx ) |