commit: a6b3644bb1842a072a71f2e162332b208a3b053f Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Jun 8 07:14:25 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Jun 8 07:14:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3644b
media-libs/lvtk: eapi8 + python 3.12 & 3.13 Closes: https://bugs.gentoo.org/929647 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild index d60742ba0a10..b30ada57dd81 100644 --- a/media-libs/lvtk/lvtk-1.2.0-r2.ebuild +++ b/media-libs/lvtk/lvtk-1.2.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..13} ) PYTHON_REQ_USE="threads(+)" inherit python-single-r1 waf-utils
