commit: a04414bea839a180cfe57bc0f4fcc2aa130144c9 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Fri Jun 14 15:19:11 2024 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 15:19:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a04414be
portage/livegui: disable python on falkon Disable python flag on falkon to work around lack of python3_12 on its deps Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> releases/portage/livegui/package.use/nopython | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/portage/livegui/package.use/nopython b/releases/portage/livegui/package.use/nopython new file mode 100644 index 00000000..238bb4c4 --- /dev/null +++ b/releases/portage/livegui/package.use/nopython @@ -0,0 +1,3 @@ +# Disable python flag as needed to keep deps down and (for today) work around missing +# PYTHON_COMPAT +www-client/falkon -python
