commit: 2735a031b2984a093b34b4e924d0064cc9513ac6 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 15:58:00 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 16:02:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2735a031
media-gfx/ueberzug: fix occlusion QA Albeit believe it's meaningless given the import-check test passes the full path so I don't think it could load it from this directory. Closes: https://bugs.gentoo.org/960342 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-gfx/ueberzug/ueberzug-18.3.1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-gfx/ueberzug/ueberzug-18.3.1.ebuild b/media-gfx/ueberzug/ueberzug-18.3.1.ebuild index ce8d9a8cbe37..9c78cde9172f 100644 --- a/media-gfx/ueberzug/ueberzug-18.3.1.ebuild +++ b/media-gfx/ueberzug/ueberzug-18.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Command line util to draw images on terminals by using child windows" @@ -37,3 +37,8 @@ DEPEND=" " distutils_enable_tests import-check + +python_test() { + rm -rf ueberzug || die #960342 + distutils-r1_python_test +}
