From 85bbba909041f652500ba10fe7fd6452fec2a73a Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Wed, 15 Jun 2022 23:55:01 +0300 Subject: [PATCH] media-gfx/WebPlotDigitizer-bin: add Python 3.10 compat Closes: https://bugs.gentoo.org/848378 Signed-off-by: Sergey Torokhov --- .../WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index c71c37b4f6..7c7d35a99a 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) MY_PN=${PN%-*} inherit desktop python-single-r1 xdg