From 3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Sun, 1 Aug 2021 20:18:15 -0400 Subject: 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 --- 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(-) (limited to 'mate-extra') 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 bc977df39c33..fe11a584be54 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 07b3fd3ec2ec..0cf5f05de0d0 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 -- cgit v1.2.3-65-gdbad