commit: 3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 00:18:15 2021 +0000 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 01:35:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8d1f4a
mate-extra/caja-admin: Add support for python 3_9, 3_10 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-admin/caja-admin-0.0.2_p20200328.ebuild | 4 ++-- mate-extra/caja-admin/caja-admin-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild index bc977df39c3..fe11a584be5 100644 --- a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild +++ b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else KEYWORDS="amd64 x86" fi -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) inherit meson python-single-r1 diff --git a/mate-extra/caja-admin/caja-admin-9999.ebuild b/mate-extra/caja-admin/caja-admin-9999.ebuild index 07b3fd3ec2e..0cf5f05de0d 100644 --- a/mate-extra/caja-admin/caja-admin-9999.ebuild +++ b/mate-extra/caja-admin/caja-admin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~x86" fi -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) inherit meson python-single-r1
