From c2acd1013caa445d78dbfb33772fc5bd3ab85a16 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Jun 2025 21:11:27 +0100 Subject: [PATCH] net-libs/davix: drop py3.{13,14}t from PYTHON_COMPAT This is annoying for python-any-r1 as it drags it in on people's systems where it's not going to be possible for it to be the sole interpreter anyway. Signed-off-by: Sam James --- net-libs/davix/{davix-0.8.10.ebuild => davix-0.8.10-r1.ebuild} | 2 +- net-libs/davix/davix-0.8.7.ebuild | 2 +- net-libs/davix/davix-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename net-libs/davix/{davix-0.8.10.ebuild => davix-0.8.10-r1.ebuild} (97%) diff --git a/net-libs/davix/davix-0.8.10.ebuild b/net-libs/davix/davix-0.8.10-r1.ebuild similarity index 97% rename from net-libs/davix/davix-0.8.10.ebuild rename to net-libs/davix/davix-0.8.10-r1.ebuild index f1cd118497845..723712cf6ca1b 100644 --- a/net-libs/davix/davix-0.8.10.ebuild +++ b/net-libs/davix/davix-0.8.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} python3_13t ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-any-r1 diff --git a/net-libs/davix/davix-0.8.7.ebuild b/net-libs/davix/davix-0.8.7.ebuild index 26f7323944b87..eb24e68e0d9ce 100644 --- a/net-libs/davix/davix-0.8.7.ebuild +++ b/net-libs/davix/davix-0.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-any-r1 diff --git a/net-libs/davix/davix-9999.ebuild b/net-libs/davix/davix-9999.ebuild index e439dffe0389b..dc92e9db8759e 100644 --- a/net-libs/davix/davix-9999.ebuild +++ b/net-libs/davix/davix-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} python3_13t ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-any-r1