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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A8151581F3 for ; Tue, 26 Nov 2024 03:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85787E086A; Tue, 26 Nov 2024 03:17:36 +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 67463E086A for ; Tue, 26 Nov 2024 03:17:36 +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 8879E342FF7 for ; Tue, 26 Nov 2024 03:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E69E21F42 for ; Tue, 26 Nov 2024 03:17:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1732590877.4ce656d79b131ab3cc0f3b5af16c7fd2ad91aeb8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma/pluma-1.28.0.ebuild X-VCS-Directories: app-editors/pluma/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ce656d79b131ab3cc0f3b5af16c7fd2ad91aeb8 X-VCS-Branch: master Date: Tue, 26 Nov 2024 03:17: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: 8d55b0ba-d28d-45e9-87f1-436a6009f3cc X-Archives-Hash: 02c01042ec2fcdde75e10399fb1a6c39 commit: 4ce656d79b131ab3cc0f3b5af16c7fd2ad91aeb8 Author: Ian Jordan gmail com> AuthorDate: Tue Nov 12 21:36:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 03:14:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce656d7 app-editors/pluma: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> app-editors/pluma/pluma-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/pluma/pluma-1.28.0.ebuild b/app-editors/pluma/pluma-1.28.0.ebuild index 5caef9fe4158..96f2e2f868a5 100644 --- a/app-editors/pluma/pluma-1.28.0.ebuild +++ b/app-editors/pluma/pluma-1.28.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit mate python-single-r1 virtualx DESCRIPTION="Pluma text editor for the MATE desktop"