commit: 9d9a14b0d824f62e74d0312cd88e91775a4e1b9f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Apr 29 15:32:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:03:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9a14b0
media-fonts/liberation-fonts: enable py3.13 Closes: https://bugs.gentoo.org/952511 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41845 Closes: https://github.com/gentoo/gentoo/pull/41845 Signed-off-by: Sam James <sam <AT> gentoo.org> media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild index 863974273944..e146ea61f4f8 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.1.5.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.1.5.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 font python-any-r1
