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 7CDDA1581F3 for ; Sun, 1 Dec 2024 11:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38B79E0805; Sun, 1 Dec 2024 11:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2686EE0805 for ; Sun, 1 Dec 2024 11:38:50 +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 682D3341C25 for ; Sun, 1 Dec 2024 11:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C1E1E75 for ; Sun, 1 Dec 2024 11:38:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1733053110.46cf1b803c6d45f20f961e38b5b476a72c59a75a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild X-VCS-Directories: app-crypt/acme-tiny/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 46cf1b803c6d45f20f961e38b5b476a72c59a75a X-VCS-Branch: master Date: Sun, 1 Dec 2024 11:38:47 +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: a80b6a16-2e6b-413b-b2b0-d7be287e77cb X-Archives-Hash: 78c2729cdde008a02b8f93ee73ea9a8a commit: 46cf1b803c6d45f20f961e38b5b476a72c59a75a Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 1 11:20:55 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 1 11:38:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cf1b80 app-crypt/acme-tiny: enable py3.13 Signed-off-by: Hans de Graaff gentoo.org> app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild index dc15b1519d3a..bfc648c947d8 100644 --- a/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-5.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python{3_10,3_11,3_12} ) +PYTHON_COMPAT=( python{3_10,3_11,3_12,3_13} ) DISTUTILS_USE_PEP517="setuptools"