diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-07-22 17:47:20 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-07-22 17:47:20 +0000 |
commit | b394b770bf0ada8df38d996cd980472266ceedd6 (patch) | |
tree | bdb2a36258912b32543aa6867f64ca5f31fb38bd | |
parent | adding ~arm keyword (diff) | |
download | gentoo-2-b394b770bf0ada8df38d996cd980472266ceedd6.tar.gz gentoo-2-b394b770bf0ada8df38d996cd980472266ceedd6.tar.bz2 gentoo-2-b394b770bf0ada8df38d996cd980472266ceedd6.zip |
adding ~arm keyword
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
-rw-r--r-- | dev-python/mpmath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-0.18.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-0.19.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/mpmath/ChangeLog b/dev-python/mpmath/ChangeLog index 403598670143..fa54423e8a84 100644 --- a/dev-python/mpmath/ChangeLog +++ b/dev-python/mpmath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/mpmath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.32 2014/06/11 07:01:40 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/ChangeLog,v 1.33 2014/07/22 17:47:20 zerochaos Exp $ + + 22 Jul 2014; Rick Farina <zerochaos@gentoo.org> mpmath-0.18.ebuild, + mpmath-0.19.ebuild: + adding ~arm keyword *mpmath-0.19 (11 Jun 2014) diff --git a/dev-python/mpmath/mpmath-0.18.ebuild b/dev-python/mpmath/mpmath-0.18.ebuild index d8c935043174..33e49aba366a 100644 --- a/dev-python/mpmath/mpmath-0.18.ebuild +++ b/dev-python/mpmath/mpmath-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.2 2014/02/02 02:28:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.18.ebuild,v 1.3 2014/07/22 17:47:20 zerochaos Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/m/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" IUSE="doc examples gmp matplotlib test" diff --git a/dev-python/mpmath/mpmath-0.19.ebuild b/dev-python/mpmath/mpmath-0.19.ebuild index 10f2a71f3bbc..47c394fb2f64 100644 --- a/dev-python/mpmath/mpmath-0.19.ebuild +++ b/dev-python/mpmath/mpmath-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.19.ebuild,v 1.1 2014/06/11 07:01:41 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mpmath/mpmath-0.19.ebuild,v 1.2 2014/07/22 17:47:20 zerochaos Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="http://mpmath.org/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-linux ~x86-macos" IUSE="doc examples gmp matplotlib test" |