summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-02-15 22:32:34 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-02-15 22:32:34 +0000
commit2747ba49ec21d244720c8cdfedcce103d859156a (patch)
treea796131cefa7d2963faa7263b282597eff5c0e51 /dev-python/mpmath
parentAdding ~amd64 keyword (diff)
downloadgentoo-2-2747ba49ec21d244720c8cdfedcce103d859156a.tar.gz
gentoo-2-2747ba49ec21d244720c8cdfedcce103d859156a.tar.bz2
gentoo-2-2747ba49ec21d244720c8cdfedcce103d859156a.zip
Adding ~amd64 keyword
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/ChangeLog5
-rw-r--r--dev-python/mpmath/mpmath-0.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 2f90e7c56820..b2e9bdf81641 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.4 2009/01/28 15:21:38 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.5 2009/02/15 22:32:34 patrick Exp $
+
+ 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> mpmath-0.11.ebuild:
+ Adding ~amd64 keyword
*mpmath-0.11 (28 Jan 2009)
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 )