Skip to content

Commit

Permalink
app-portage/gentoopm: Add python3.5 support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.23_p7
  • Loading branch information
floppym committed Oct 22, 2015
1 parent 140e8d3 commit 202f0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-portage/gentoopm/gentoopm-0.2.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-portage/gentoopm/gentoopm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )

inherit distutils-r1

Expand Down

0 comments on commit 202f0ed

Please sign in to comment.