dev-python/keyring: remove pypy and pypy3 python impls

I cannot test them and a dep was added, by me, that does was not
tested for support of the python implimentations

Package-Manager: portage-2.3.0
This commit is contained in:
Matthew Thode
2016-11-15 14:29:22 -06:00
parent b87c4f9492
commit 1d6a9adc89

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1