Skip to content

Commit

Permalink
mate-extra/caja-admin: Remove py2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed May 7, 2020
1 parent 900f5b0 commit 1cc7bf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mate-extra/caja-admin/caja-admin-0.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
fi

CMAKE_MIN_VERSION="2.6"
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
PYTHON_COMPAT=( python{3_6,3_7,3_8} )

inherit cmake-utils python-single-r1

Expand Down
2 changes: 1 addition & 1 deletion mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
fi

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

inherit meson python-single-r1

Expand Down
2 changes: 1 addition & 1 deletion mate-extra/caja-admin/caja-admin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
fi

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

inherit meson python-single-r1

Expand Down

0 comments on commit 1cc7bf9

Please sign in to comment.