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 8110A15817D for ; Fri, 7 Jun 2024 21:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6914E2A19; Fri, 7 Jun 2024 21:48:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BBA90E2A15 for ; Fri, 7 Jun 2024 21:48:31 +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 80BE2340CA7 for ; Fri, 7 Jun 2024 21:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4754E1C80 for ; Fri, 7 Jun 2024 21:48:27 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717703085.c34ba0c58cdca260df05049719a32f6f02457cb2.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-forensics/mvt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-forensics/mvt/mvt-2.4.1.ebuild X-VCS-Directories: app-forensics/mvt/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c34ba0c58cdca260df05049719a32f6f02457cb2 X-VCS-Branch: master Date: Fri, 7 Jun 2024 21:48:27 +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: 7cbf0fea-5138-4f0d-810f-588c6fe82493 X-Archives-Hash: abb4497f69b87ea3927b9f7f32b6218c commit: c34ba0c58cdca260df05049719a32f6f02457cb2 Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Jun 6 19:44:45 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Jun 6 19:44:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c34ba0c5 app-forensics/mvt: python compatibility bump to 3.12 Signed-off-by: Vitaly Zdanevich ya.ru> app-forensics/mvt/mvt-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild b/app-forensics/mvt/mvt-2.4.1.ebuild index e85f256da..e7b3a7b76 100644 --- a/app-forensics/mvt/mvt-2.4.1.ebuild +++ b/app-forensics/mvt/mvt-2.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_12 ) inherit distutils-r1