Skip to content

Commit

Permalink
app-eselect/eselect-repository: Enable py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jul 20, 2018
1 parent 1e3f5f5 commit 07b5680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-eselect/eselect-repository/eselect-repository-4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit python-single-r1

DESCRIPTION="Manage repos.conf via eselect"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6

EGIT_REPO_URI="https://github.com/mgorny/eselect-repository.git"
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7} )
inherit git-r3 python-single-r1

DESCRIPTION="Manage repos.conf via eselect"
Expand Down

0 comments on commit 07b5680

Please sign in to comment.