Skip to content

Commit

Permalink
media-gfx/openvdb: Remove Python 2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 16, 2020
1 parent 6239799 commit 1c85811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-gfx/openvdb/openvdb-4.0.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 cmake-utils flag-o-matic python-single-r1

Expand Down
2 changes: 1 addition & 1 deletion media-gfx/openvdb/openvdb-5.2.0.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 cmake-utils flag-o-matic python-single-r1

Expand Down

0 comments on commit 1c85811

Please sign in to comment.