diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-21 10:42:13 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-21 10:42:13 +0000 |
commit | 2fb4b6b59bb5f0b8d54b864c309027a4e6cb4fc8 (patch) | |
tree | 256818e5aba3894d5f32f43039c0bd41108df260 /dev-python/ipython | |
parent | Version Bump, bug #390165, bug #521292; drop old, obsolets bug #478596, bug #... (diff) | |
download | gentoo-2-2fb4b6b59bb5f0b8d54b864c309027a4e6cb4fc8.tar.gz gentoo-2-2fb4b6b59bb5f0b8d54b864c309027a4e6cb4fc8.tar.bz2 gentoo-2-2fb4b6b59bb5f0b8d54b864c309027a4e6cb4fc8.zip |
add ~arm, bug #541628
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ipython/ipython-3.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index ea22d3f68139..7933f75d4b62 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.172 2015/06/02 08:01:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.173 2015/06/21 10:42:13 maekke Exp $ + + 21 Jun 2015; Markus Meier <maekke@gentoo.org> ipython-3.1.0.ebuild: + add ~arm, bug #541628 02 Jun 2015; Justin Lecher <jlec@gentoo.org> ipython-3.1.0.ebuild: Fix Version of pyzmq in deps; thanks Marius Brehler for the work diff --git a/dev-python/ipython/ipython-3.1.0.ebuild b/dev-python/ipython/ipython-3.1.0.ebuild index e0efe9375f48..139423582fdd 100644 --- a/dev-python/ipython/ipython-3.1.0.ebuild +++ b/dev-python/ipython/ipython-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.4 2015/06/02 08:01:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.1.0.ebuild,v 1.5 2015/06/21 10:42:13 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test wxwidgets" REQUIRED_USE="test? ( doc matplotlib mongodb notebook nbconvert octave qt4 wxwidgets )" |