From b18cd315cae25c951b0753ca50471fee991380d8 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 11 Jun 2023 15:09:41 +0200 Subject: [PATCH] net-misc/fb-client: Drop py 3.10 Signed-off-by: Nils Freydank --- net-misc/fb-client/fb-client-2.3.0-r1.ebuild | 4 ++-- net-misc/fb-client/fb-client-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/fb-client/fb-client-2.3.0-r1.ebuild b/net-misc/fb-client/fb-client-2.3.0-r1.ebuild index ea452fc..b1db473 100644 --- a/net-misc/fb-client/fb-client-2.3.0-r1.ebuild +++ b/net-misc/fb-client/fb-client-2.3.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2022 Gentoo Authors +# Copyright 2016-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit python-r1 diff --git a/net-misc/fb-client/fb-client-9999.ebuild b/net-misc/fb-client/fb-client-9999.ebuild index c4ac259..6d1b2f5 100644 --- a/net-misc/fb-client/fb-client-9999.ebuild +++ b/net-misc/fb-client/fb-client-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2016-2022 Gentoo Authors +# Copyright 2016-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit python-r1