app-backup/backintime: Support python 3.5

Package-Manager: portage-2.3.1
This commit is contained in:
Pacho Ramos
2016-10-09 09:40:11 +02:00
parent 1b480acd53
commit 669a88b0ec

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python3_3 python3_4 )
PYTHON_COMPAT=( python3_{3,4,5} )
inherit eutils python-single-r1