summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-11-10 17:56:07 +0000
committerFabian Groffen <grobian@gentoo.org>2010-11-10 17:56:07 +0000
commit062d2c32343233fac767b30860bc806acc54c6d5 (patch)
tree048bed26dff6a95b34c619bcbdeb0426c941996f /dev-python/mpmath
parentMarked ~x86-linux, ~ppc-macos, bug #341995 (diff)
downloadgentoo-2-062d2c32343233fac767b30860bc806acc54c6d5.tar.gz
gentoo-2-062d2c32343233fac767b30860bc806acc54c6d5.tar.bz2
gentoo-2-062d2c32343233fac767b30860bc806acc54c6d5.zip
Marked ~x86-linux, ~ppc-macos, bug #341995
(Portage version: 2.2.01.17168-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/ChangeLog5
-rw-r--r--dev-python/mpmath/mpmath-0.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog
index 4f9e512c3826..d6149dc59e5b 100644
--- a/dev-python/mpmath/ChangeLog
+++ b/dev-python/mpmath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mpmath
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.15 2010/11/01 15:05:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.16 2010/11/10 17:56:07 grobian Exp $
+
+ 10 Nov 2010; Fabian Groffen <grobian@gentoo.org> mpmath-0.16.ebuild:
+ Marked ~x86-linux, ~ppc-macos, bug #341995
01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
mpmath-0.16.ebuild:
diff --git a/dev-python/mpmath/mpmath-0.16.ebuild b/dev-python/mpmath/mpmath-0.16.ebuild
index edba08f08152..12de58afb134 100644
--- a/dev-python/mpmath/mpmath-0.16.ebuild
+++ b/dev-python/mpmath/mpmath-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.16.ebuild,v 1.3 2010/11/01 15:05:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.16.ebuild,v 1.4 2010/11/10 17:56:07 grobian Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@ SRC_URI="http://mpmath.googlecode.com/files/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
IUSE="doc examples gmp matplotlib"
RDEPEND="gmp? ( dev-python/gmpy )