diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:15:42 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:42 -0500 |
commit | ce0a7c9bb1c7fce1671b992eea444b21d70ca078 (patch) | |
tree | fce908506b66f5666a2f5f51b73111061ff4bb62 /app-editors/pluma | |
parent | app-crypt/yubikey-manager-qt: python bump (diff) | |
download | gentoo-ce0a7c9bb1c7fce1671b992eea444b21d70ca078.tar.gz gentoo-ce0a7c9bb1c7fce1671b992eea444b21d70ca078.tar.bz2 gentoo-ce0a7c9bb1c7fce1671b992eea444b21d70ca078.zip |
app-editors/pluma: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild index 8bf8519bd457..3f2d02161ab5 100644 --- a/app-editors/pluma/pluma-1.24.1.ebuild +++ b/app-editors/pluma/pluma-1.24.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) inherit mate python-single-r1 virtualx |