Skip to content

Commit

Permalink
app-backup/borgbackup: Support python 3.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
pacho2 committed Oct 9, 2016
1 parent 669a88b commit 0b088e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-1.0.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI="5"

PYTHON_COMPAT=( python3_4 )
PYTHON_COMPAT=( python3_{4,5} )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI="5"

PYTHON_COMPAT=( python3_4 )
PYTHON_COMPAT=( python3_{4,5} )

inherit distutils-r1

Expand Down

0 comments on commit 0b088e7

Please sign in to comment.