Skip to content

Commit

Permalink
dev-cpp/catch: 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 a204651 commit 4f90daf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-cpp/catch/catch-2.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit cmake-utils python-any-r1

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

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit cmake-utils python-any-r1

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

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit cmake-utils python-any-r1

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

EAPI=7

PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )

inherit cmake-utils python-any-r1

Expand Down

0 comments on commit 4f90daf

Please sign in to comment.