commit: e05e7b1fa2959a06a61f7f62284b859f7701cb39 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat May 24 17:43:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 24 18:27:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05e7b1f
media-gfx/zbar: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952529 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42241 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/zbar/zbar-0.23.93.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/zbar/zbar-0.23.93.ebuild b/media-gfx/zbar/zbar-0.23.93.ebuild index 499e4c075ee0..9b33e221abdb 100644 --- a/media-gfx/zbar/zbar-0.23.93.ebuild +++ b/media-gfx/zbar/zbar-0.23.93.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..14} ) inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal python-single-r1 qmake-utils virtualx DESCRIPTION="Library and tools for reading barcodes from images or video"
