From bcfc603ddf0b42b297b7cc112db6fbf31d06e634 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 14:30:21 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 5ce195c..867647f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gdb description: The GNU Debugger version: "17.1" -revision: 1 +revision: 2 url: https://www.gnu.org/software/gdb/ license: GPL3-or-later,LGPL3-or-later architecture: any @@ -16,7 +16,7 @@ depends: - libelf - mpfr - ncurses - - python3 + - python3=3.14.* - readline - xxhash - xz-utils