dev-python/backports-abc: Remove py3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-20 15:50:31 +02:00
parent 93c1cee5cc
commit b827c0280a

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1