diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 14:03:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 14:05:53 +0100 |
commit | 1ece990479431802817125436824928b824c4671 (patch) | |
tree | 6f6d92cbfca6971aaccda542fd487062162eb6af /dev-python | |
parent | sys-libs/glibc: Update patch level. Tests pass now (on ~amd64)! (diff) | |
download | gentoo-1ece990479431802817125436824928b824c4671.tar.gz gentoo-1ece990479431802817125436824928b824c4671.tar.bz2 gentoo-1ece990479431802817125436824928b824c4671.zip |
dev-python/contextlib2: keyworded 0.5.5 for ia64, bug #631608
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/contextlib2/contextlib2-0.5.5.ebuild | 2 |
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 673ace887cf1..cb4c36f11536 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )" |