diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-25 21:38:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-02-25 21:50:37 +0000 |
commit | 8e6fa7f709be6db978b426808afb69889c37fc7b (patch) | |
tree | 804da73b6cfeeb0b85e0f9bd6c3b8fe7e5cd5c28 /dev-python/numpydoc | |
parent | dev-python/pyzmq: keyworded 16.0.2 for ppc, bug #636532 (thanks to ernsteiswu... (diff) | |
download | gentoo-8e6fa7f709be6db978b426808afb69889c37fc7b.tar.gz gentoo-8e6fa7f709be6db978b426808afb69889c37fc7b.tar.bz2 gentoo-8e6fa7f709be6db978b426808afb69889c37fc7b.zip |
dev-python/numpydoc: keyworded 0.6.0 for ppc, bug #636532 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-python/numpydoc')
-rw-r--r-- | dev-python/numpydoc/numpydoc-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/numpydoc/numpydoc-0.7.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild b/dev-python/numpydoc/numpydoc-0.6.0.ebuild index 1d04dac9cc41..3e1732fb4d9d 100644 --- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild +++ b/dev-python/numpydoc/numpydoc-0.6.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild b/dev-python/numpydoc/numpydoc-0.7.0.ebuild index 0a61c3ed6b2c..35bf1affb38c 100644 --- a/dev-python/numpydoc/numpydoc-0.7.0.ebuild +++ b/dev-python/numpydoc/numpydoc-0.7.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" |