From c57258ee1c9332b56c73ed0727c89e46aa38a4ca Mon Sep 17 00:00:00 2001 From: Thomas Beierlein Date: Sat, 11 Jun 2022 17:06:27 +0200 Subject: net-wireless/gr-paint: Add Python3.10 support Signed-off-by: Thomas Beierlein --- net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild index aad1eb07b45d..29e3d30c09af 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.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,9,10} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 -- cgit v1.2.3-65-gdbad