Skip to content

Commit

Permalink
app-backup/attic: 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 741bc19 commit 1b480ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backup/attic/attic-0.16.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/attic/attic-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 1b480ac

Please sign in to comment.