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
commit9b62171173ac905a22ec2fceed914a3c89e5ead2 (patch)
tree51e53214dd52acd9f4b39978f162193f12f330c8 /dev-python/mpmath
parentMarked ~x86-linux, ~ppc-macos, bug #341991 (diff)
downloadhistorical-9b62171173ac905a22ec2fceed914a3c89e5ead2.tar.gz
historical-9b62171173ac905a22ec2fceed914a3c89e5ead2.tar.bz2
historical-9b62171173ac905a22ec2fceed914a3c89e5ead2.zip
Marked ~x86-linux, ~ppc-macos, bug #341995
Package-Manager: portage-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 )