diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-07-28 18:06:19 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-07-28 18:06:19 -0700 |
commit | c97729d7e205a65f146168a03563678a2eaf37a7 (patch) | |
tree | 93d5abfe86377e43f6cbebcdc83b267f12674ed5 /dev-python/importlib_resources | |
parent | dev-python/zipp: keyword on ~ppc64 (diff) | |
download | gentoo-c97729d7e205a65f146168a03563678a2eaf37a7.tar.gz gentoo-c97729d7e205a65f146168a03563678a2eaf37a7.tar.bz2 gentoo-c97729d7e205a65f146168a03563678a2eaf37a7.zip |
dev-python/importlib_resources: keyword on ~ppc64
Bug: https://bugs.gentoo.org/690956
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 5ebc09e8110e..d46d8177a6a5 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc test" RDEPEND=" |