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 F354F158094 for ; Sun, 3 Jul 2022 22:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8024E0AC7; Sun, 3 Jul 2022 22:12:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F7A0E0AC7 for ; Sun, 3 Jul 2022 22:12:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C2EA341EAD for ; Sun, 3 Jul 2022 22:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11E3525 for ; Sun, 3 Jul 2022 22:12:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1656885995.dea632553c7bad235bada9c4db1a3b50bd05cf35.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/kid3/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/kid3/kid3-9999.ebuild X-VCS-Directories: media-sound/kid3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dea632553c7bad235bada9c4db1a3b50bd05cf35 X-VCS-Branch: master Date: Sun, 3 Jul 2022 22:12:41 +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: ae92f1e9-cb17-42aa-8f7c-d6c944fad379 X-Archives-Hash: 11b0b98b883e54134689804d53a0bae0 commit: dea632553c7bad235bada9c4db1a3b50bd05cf35 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 3 22:06:35 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 3 22:06:35 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dea63255 media-sound/kid3: python3_11 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/kid3/kid3-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/kid3/kid3-9999.ebuild b/media-sound/kid3/kid3-9999.ebuild index 5a5d92db19..1a4a3c3563 100644 --- a/media-sound/kid3/kid3-9999.ebuild +++ b/media-sound/kid3/kid3-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake kde.org python-any-r1 xdg DESCRIPTION="Simple tag editor based on Qt"