diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2021-08-01 20:18:15 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2021-08-01 21:35:06 -0400 |
commit | 3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e (patch) | |
tree | db4d1a8cfe760c0bfc1819d3cd4b92e10a4b5b37 /mate-extra | |
parent | mate-extra/caja-dropbox: Add support for python 3_9, 3_10 (diff) | |
download | gentoo-3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e.tar.gz gentoo-3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e.tar.bz2 gentoo-3f8d1f4acaa741ab309a62591cee2b8bfdf30b5e.zip |
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@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |