From a6b3644bb1842a072a71f2e162332b208a3b053f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ulc?= Date: Sat, 8 Jun 2024 09:14:25 +0200 Subject: [PATCH] media-libs/lvtk: eapi8 + python 3.12 & 3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929647 Signed-off-by: Miroslav Ć ulc --- 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 d60742ba0a104..b30ada57dd81a 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