summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-11-11 15:33:18 -0800
committerZac Medico <zmedico@gentoo.org>2021-11-11 15:35:47 -0800
commit4568179b0aedee85fa044692e6de2393de2b7ebe (patch)
treefa6f5671981aa66b91d7edc669a1652f28cc8e4e /sys-apps
parentmedia-video/pipewire: fix desktop file version in 0.3.40 (diff)
downloadgentoo-4568179b0aedee85fa044692e6de2393de2b7ebe.tar.gz
gentoo-4568179b0aedee85fa044692e6de2393de2b7ebe.tar.bz2
gentoo-4568179b0aedee85fa044692e6de2393de2b7ebe.zip
sys-apps/flatpak: PYTHON_COMPAT+=(python3_10)
Closes: https://bugs.gentoo.org/823155 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/flatpak/flatpak-1.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/flatpak/flatpak-1.12.2.ebuild b/sys-apps/flatpak/flatpak-1.12.2.ebuild
index a931e50425ab..0796956affd5 100644
--- a/sys-apps/flatpak/flatpak-1.12.2.ebuild
+++ b/sys-apps/flatpak/flatpak-1.12.2.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,9,10} )
inherit autotools linux-info python-any-r1