dev-python/aldryn-boilerplates: added support for python 2.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Slawomir Lis
2017-05-23 07:55:07 +02:00
parent 6e69e6d220
commit f9de6fde11

View File

@@ -3,7 +3,7 @@
EAPI="5"
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python2_{6,7} )
inherit distutils-r1