diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-21 21:23:55 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-21 21:23:55 +0100 |
commit | 8a7a0df754826863c0463e9d1d2b8be185f30ddd (patch) | |
tree | d3282d69dae5a80485976ecd26c433605e13c8fd /dev-python/ipython | |
parent | dev-python/ipython: add ~arm, bug #604532 (diff) | |
download | gentoo-8a7a0df754826863c0463e9d1d2b8be185f30ddd.tar.gz gentoo-8a7a0df754826863c0463e9d1d2b8be185f30ddd.tar.bz2 gentoo-8a7a0df754826863c0463e9d1d2b8be185f30ddd.zip |
dev-python/ipython: add ~arm, bug #604532
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-6.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-6.1.0.ebuild b/dev-python/ipython/ipython-6.1.0.ebuild index ba929e53f699..a21490ed5671 100644 --- a/dev-python/ipython/ipython-6.1.0.ebuild +++ b/dev-python/ipython/ipython-6.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples matplotlib notebook nbconvert qt5 smp test" CDEPEND=" |