app-backup/borgbackup: Support python 3.5

Package-Manager: portage-2.3.1
This commit is contained in:
Pacho Ramos
2016-10-09 09:40:41 +02:00
parent 669a88b0ec
commit 0b088e72f6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI="5"
PYTHON_COMPAT=( python3_4 )
PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI="5"
PYTHON_COMPAT=( python3_4 )
PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1