diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-14 18:48:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-14 18:48:35 -0700 |
commit | efc8b6d0670720a3b5f961234b0fb284e7bf6289 (patch) | |
tree | 0e700b0dd076aea29fec8fc1df586bc536b15fa9 /app-office | |
parent | app-office/gnumeric: Depend on goffice[introspection?] (diff) | |
download | gentoo-efc8b6d0670720a3b5f961234b0fb284e7bf6289.tar.gz gentoo-efc8b6d0670720a3b5f961234b0fb284e7bf6289.tar.bz2 gentoo-efc8b6d0670720a3b5f961234b0fb284e7bf6289.zip |
app-office/gnumeric: Add Python 3.10 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.51.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/gnumeric/gnumeric-1.12.51.ebuild b/app-office/gnumeric/gnumeric-1.12.51.ebuild index 457c254fa6ae..fdc3a39b75e0 100644 --- a/app-office/gnumeric/gnumeric-1.12.51.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.51.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit gnome.org libtool python-r1 xdg |