app-admin/pydf: Support python 3.5

Package-Manager: portage-2.3.1
This commit is contained in:
Pacho Ramos
2016-10-09 09:34:24 +02:00
parent 9fd38fc545
commit dcd7e4c144

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit python-r1
DESCRIPTION="Enhanced df with colors"