diff options
author | 2023-01-19 00:27:30 +0300 | |
---|---|---|
committer | 2023-01-19 00:29:30 +0300 | |
commit | 0547405354a3279e2d84bc35984314e023aa1e07 (patch) | |
tree | 8926f5c833ff13d5e2051a3b7e0d92827778e172 /media-gfx | |
parent | x11-wm/leftwm: add github upstream metadata (diff) | |
download | guru-0547405354a3279e2d84bc35984314e023aa1e07.tar.gz guru-0547405354a3279e2d84bc35984314e023aa1e07.tar.bz2 guru-0547405354a3279e2d84bc35984314e023aa1e07.zip |
media-gfx/WebPlotDigitizer-bin: drop python3.8 compat.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild index dcae2a722..6cf6379b7 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-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) MY_PN=${PN%-*} inherit desktop python-single-r1 xdg diff --git a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild index 1166e0033..54d77b417 100644 --- a/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild +++ b/media-gfx/WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) MY_PN=${PN%-*} inherit desktop python-single-r1 xdg |