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 89AA51581F3 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 9426BE08A6; 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 768ADE08A6 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 9834D343018 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 1BB6B1F64 for ; Tue, 26 Nov 2024 03:17:33 +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: <1732590881.0bd4446df6fca23e8ba5b42bf55856cfb0f5953a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mozo/mozo-1.28.0.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bd4446df6fca23e8ba5b42bf55856cfb0f5953a X-VCS-Branch: master Date: Tue, 26 Nov 2024 03:17:33 +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: bd516b81-ea78-4eaf-9e60-7576ad7b4e6e X-Archives-Hash: 46391a8674eae19570c9bdb600c21bdd commit: 0bd4446df6fca23e8ba5b42bf55856cfb0f5953a Author: Ian Jordan gmail com> AuthorDate: Fri Nov 15 02:44:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 03:14:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd4446d x11-misc/mozo: enable py3.13 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> x11-misc/mozo/mozo-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/mozo/mozo-1.28.0.ebuild b/x11-misc/mozo/mozo-1.28.0.ebuild index 3136894a0754..c07e1332ebf8 100644 --- a/x11-misc/mozo/mozo-1.28.0.ebuild +++ b/x11-misc/mozo/mozo-1.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit mate python-r1