Skip to content

Commit

Permalink
dev-util/ninja: Remove py2 where possible
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 10, 2020
1 parent da049cd commit d2c2ec1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-util/ninja/ninja-1.8.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ninja/ninja-1.8.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ninja/ninja-1.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_COMPAT=( python3_6 )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ninja/ninja-1.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

Expand Down
2 changes: 1 addition & 1 deletion dev-util/ninja/ninja-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

Expand Down

0 comments on commit d2c2ec1

Please sign in to comment.