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 E5ADA1581C1 for ; Fri, 12 Jul 2024 19:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0C4EE2AA0; Fri, 12 Jul 2024 19:57:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4423E2A9E for ; Fri, 12 Jul 2024 19:57:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92672335DEB for ; Fri, 12 Jul 2024 19:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A511BFE for ; Fri, 12 Jul 2024 19:57:32 +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: <1720814220.5403c12b3d0939d7c09b360b41fdfff8721be002.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5403c12b3d0939d7c09b360b41fdfff8721be002 X-VCS-Branch: master Date: Fri, 12 Jul 2024 19:57:32 +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: da6e9d3d-e1f6-4e2d-a108-dc9dc4601eee X-Archives-Hash: b95ab8aeb416b7e3dbeabfabea7ba7dd commit: 5403c12b3d0939d7c09b360b41fdfff8721be002 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 19:24:53 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 19:57:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5403c12b kde-frameworks/breeze-icons: enable py3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild index 890f703a49ac..f38109266365 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-6.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg DESCRIPTION="Breeze SVG icon theme"