diff options
author | 2024-06-08 09:14:25 +0200 | |
---|---|---|
committer | 2024-06-08 09:14:39 +0200 | |
commit | a6b3644bb1842a072a71f2e162332b208a3b053f (patch) | |
tree | c8d9271a6ad40e43198dea8fe5b32d5b6f18129c /media-libs | |
parent | dev-python/types-setuptools: Stabilize 70.0.0.20240524 ALLARCHES, #933804 (diff) | |
download | gentoo-a6b3644bb1842a072a71f2e162332b208a3b053f.tar.gz gentoo-a6b3644bb1842a072a71f2e162332b208a3b053f.tar.bz2 gentoo-a6b3644bb1842a072a71f2e162332b208a3b053f.zip |
media-libs/lvtk: eapi8 + python 3.12 & 3.13
Closes: https://bugs.gentoo.org/929647
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lvtk/lvtk-1.2.0-r2.ebuild | 4 |
1 files 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 |