From: Michał Górny Date: Thu, 7 May 2020 15:04:56 +0000 (+0200) Subject: mate-extra/caja-hide: Remove py2.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=488cef63d799a7ecfb8636ba45ae7d6c35eb3e6f;p=gentoo.git mate-extra/caja-hide: Remove py2.7 Signed-off-by: Michał Górny --- diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild index 029a1ed15148..b52dfc2604fc 100644 --- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild +++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit python-single-r1 MY_PN="Caja-hide"