app-admin/pydf: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:34:24 +0000 (09:34 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:46:28 +0000 (09:46 +0200)
Package-Manager: portage-2.3.1

app-admin/pydf/pydf-12-r1.ebuild

index c3ed739b97c538f9d145f606c60c5e099145ffb5..5f324c7c7da150d7534521fefd17e3a1bfd56854 100644 (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"