dev-python/pyatspi-2.20.3: Add python3_6 compatibility

2.20.3 also did the enum keyword changes for 3.6 compat, just
like 2.24.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Mart Raudsepp
2017-08-28 00:08:04 +03:00
parent cdec2b0dd3
commit cea013186a

View File

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