commit:     e96f3f5c911c831949de872f43bbb4ebd511fadb
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  9 02:17:21 2026 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Feb  9 02:17:55 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96f3f5c

app-admin/setools: enable py3.14

Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 app-admin/setools/setools-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-admin/setools/setools-9999.ebuild 
b/app-admin/setools/setools-9999.ebuild
index 052075285d71..fab88699bd0f 100644
--- a/app-admin/setools/setools-9999.ebuild
+++ b/app-admin/setools/setools-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
 
 inherit distutils-r1
 
@@ -50,7 +50,6 @@ python_prepare_all() {
        sed -i "s@^lib_dirs = .*@lib_dirs = ['${ROOT:-/}usr/$(get_libdir)']@" 
"${S}"/setup.py || \
                die "failed to set lib_dirs"
 
-       use gui || PATCHES+=( "${FILESDIR}"/${PN}-4.5.1-remove-gui.patch )
        distutils-r1_python_prepare_all
 }
 

Reply via email to