dev-python/ijson: bump to EAPI 6 and add py36 support

This commit is contained in:
Tim Harder
2017-10-26 09:15:11 -04:00
parent f6e2728af9
commit e8e5c4c9a8

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1