From 90d640c14cda8ec853c224530cd5f7ae380c6d47 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 5 Apr 2023 00:57:20 +0100 Subject: [PATCH] net-analyzer/gr-fosphor: drop python3_9 gnuradio (and soapysdr) lack python 3.9 now. Signed-off-by: Sam James --- net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild | 2 +- net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild index cb6a2c1eacce4..dd6f04d38ee86 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 40d07fd7b4f48..7c3cdd03f974a 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1