diff options
author | 2025-01-19 17:02:21 +0000 | |
---|---|---|
committer | 2025-01-19 17:02:21 +0000 | |
commit | bf45cffbab94b9bb7d26a452c7ab728b4943d810 (patch) | |
tree | 204ab9606d25fb8a003f056c079a347225ee3832 /net-news | |
parent | app-portage/metagen: Add python3_13 to 0.7.4 and 9999 (diff) | |
download | gentoo-bf45cffbab94b9bb7d26a452c7ab728b4943d810.tar.gz gentoo-bf45cffbab94b9bb7d26a452c7ab728b4943d810.tar.bz2 gentoo-bf45cffbab94b9bb7d26a452c7ab728b4943d810.zip |
net-news/liferea: Add python3_13 to 1.15.8
Python is for the plugins. I've manually tested all of these a little.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/liferea/liferea-1.15.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/liferea/liferea-1.15.8.ebuild b/net-news/liferea/liferea-1.15.8.ebuild index e7c6bad358e3..89029b453a69 100644 --- a/net-news/liferea/liferea-1.15.8.ebuild +++ b/net-news/liferea/liferea-1.15.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools gnome2-utils optfeature python-single-r1 xdg |