diff options
author | Markus Meier <maekke@gentoo.org> | 2015-10-10 10:53:45 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-10-10 10:53:45 +0200 |
commit | ba528db11c853beeaf59352761f7e31acd2fe7e7 (patch) | |
tree | 4c71a1ab11357deb283b2d3ee930451e179be37c /dev-python/ptyprocess | |
parent | dev-python/jsonschema: arm stable, bug #554868 (diff) | |
download | gentoo-ba528db11c853beeaf59352761f7e31acd2fe7e7.tar.gz gentoo-ba528db11c853beeaf59352761f7e31acd2fe7e7.tar.bz2 gentoo-ba528db11c853beeaf59352761f7e31acd2fe7e7.zip |
dev-python/ptyprocess: arm stable, bug #554868
Package-Manager: portage-2.2.22
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/ptyprocess')
-rw-r--r-- | dev-python/ptyprocess/ptyprocess-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ptyprocess/ptyprocess-0.5.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.ebuild index 8a98664af93b..80ca5d5cb021 100644 --- a/dev-python/ptyprocess/ptyprocess-0.5.ebuild +++ b/dev-python/ptyprocess/ptyprocess-0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |