From d5f5f90b4a2cf0defa07bbbd0d236b6ccd5eb1bc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 20 Apr 2026 20:38:12 +0100 Subject: [PATCH] dev-debug/rr: enable py3.14 Signed-off-by: Sam James --- dev-debug/rr/rr-5.9.0-r1.ebuild | 4 ++-- dev-debug/rr/rr-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/rr/rr-5.9.0-r1.ebuild b/dev-debug/rr/rr-5.9.0-r1.ebuild index fb05c42ca0412..ad00283f19de1 100644 --- a/dev-debug/rr/rr-5.9.0-r1.ebuild +++ b/dev-debug/rr/rr-5.9.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1 systemd diff --git a/dev-debug/rr/rr-9999.ebuild b/dev-debug/rr/rr-9999.ebuild index 30dfbc1bcc267..569b32f7cbc9d 100644 --- a/dev-debug/rr/rr-9999.ebuild +++ b/dev-debug/rr/rr-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1 systemd