commit: 6009165514e8888d1beda13f8855e8a7cc761fb3 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Mar 28 20:01:37 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 20:20:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60091655
app-misc/lcd4linux: add python3.13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=952221 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild index f4a6bc4dd5d0..a82a8325da3d 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.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 flag-o-matic python-single-r1
