diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 23:42:44 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 23:58:49 +0300 |
commit | a2511f957c39f5539981bacc63d678d7ff2bb47a (patch) | |
tree | 58492b67d7c4f87ec7c689fdcf1a4b402b68a665 /app-editors/gedit-plugins | |
parent | app-editors/gedit: enable py3.10 (diff) | |
download | gentoo-a2511f957c39f5539981bacc63d678d7ff2bb47a.tar.gz gentoo-a2511f957c39f5539981bacc63d678d7ff2bb47a.tar.bz2 gentoo-a2511f957c39f5539981bacc63d678d7ff2bb47a.zip |
app-editors/gedit-plugins: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-40.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild index 266db95b91a9..1f95326960d9 100644 --- a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" VALA_MIN_API_VERSION="0.28" |