From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88D8A15817D for ; Sat, 8 Jun 2024 07:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CECABE2A07; Sat, 8 Jun 2024 07:14:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0D50E2A07 for ; Sat, 8 Jun 2024 07:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E129533F9FD for ; Sat, 8 Jun 2024 07:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74FD211DF for ; Sat, 8 Jun 2024 07:14:44 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1717830879.a6b3644bb1842a072a71f2e162332b208a3b053f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lvtk/lvtk-1.2.0-r2.ebuild X-VCS-Directories: media-libs/lvtk/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a6b3644bb1842a072a71f2e162332b208a3b053f X-VCS-Branch: master Date: Sat, 8 Jun 2024 07:14:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 404bb320-2181-4d5c-bd8f-4e8517a8ac89 X-Archives-Hash: b2963329b2344cb20cca8ef484c32bf2 commit: a6b3644bb1842a072a71f2e162332b208a3b053f Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 8 07:14:25 2024 +0000 Commit: Miroslav Šulc gentoo 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 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