commit: 5eeaa36a579420b8101903ada9265fe9d9cb4bd7 Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Mon Nov 3 14:25:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 10:59:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eeaa36a
net-irc/weechat: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/weechat/weechat-4.5.2-r1.ebuild | 2 +- net-irc/weechat/weechat-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-4.5.2-r1.ebuild b/net-irc/weechat/weechat-4.5.2-r1.ebuild index f0895c5350a7..8f76d3d5a7ba 100644 --- a/net-irc/weechat/weechat-4.5.2-r1.ebuild +++ b/net-irc/weechat/weechat-4.5.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 GUILE_COMPAT=( 2-2 3-0 ) LUA_COMPAT=( lua5-{1..4} ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) GENTOO_DEPEND_ON_PERL=no inherit guile-single lua-single perl-module python-single-r1 cmake xdg diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index f0895c5350a7..8f76d3d5a7ba 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 GUILE_COMPAT=( 2-2 3-0 ) LUA_COMPAT=( lua5-{1..4} ) -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) GENTOO_DEPEND_ON_PERL=no inherit guile-single lua-single perl-module python-single-r1 cmake xdg
