commit: 85bbba909041f652500ba10fe7fd6452fec2a73a Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Wed Jun 15 20:55:01 2022 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Wed Jun 15 20:55:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85bbba90
media-gfx/WebPlotDigitizer-bin: add Python 3.10 compat Closes: https://bugs.gentoo.org/848378 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> media-gfx/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 c71c37b4f..7c7d35a99 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
