From 0547405354a3279e2d84bc35984314e023aa1e07 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Thu, 19 Jan 2023 00:27:30 +0300 Subject: [PATCH] media-gfx/WebPlotDigitizer-bin: drop python3.8 compat. Signed-off-by: Sergey Torokhov --- .../WebPlotDigitizer-bin/WebPlotDigitizer-bin-4.5.ebuild | 4 ++-- .../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 dcae2a7220..6cf6379b7d 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 1166e00338..54d77b4177 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