summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-09-22 12:43:29 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-09-22 20:40:08 +0100
commit84b7ae7a88cf62ba5a7233a093e07921f5584f23 (patch)
tree1fda6813bfeb997ba5053d24704e8b48da63e71f /dev-python
parentdev-python/u-msgpack: tweak tests for big-endian platforms (diff)
downloadgentoo-84b7ae7a88cf62ba5a7233a093e07921f5584f23.tar.gz
gentoo-84b7ae7a88cf62ba5a7233a093e07921f5584f23.tar.bz2
gentoo-84b7ae7a88cf62ba5a7233a093e07921f5584f23.zip
dev-python/contextlib2: keyworded 0.5.5 for ppc64, bug #631608
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/contextlib2/contextlib2-0.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
index 2b8092439857..8ee02d690e83 100644
--- a/dev-python/contextlib2/contextlib2-0.5.5.ebuild
+++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2.4"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="test"
DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"