commit: 3442e87839a7a9c0c796a8bbd51fbb836a28a383 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 00:27:16 2021 +0000 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 00:27:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3442e878
mate-extra/caja-hide: Support python 3_9 Bug: https://bugs.gentoo.org/799668 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org> mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d82374..cc89966 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{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit python-single-r1 MY_PN="Caja-hide"
