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 E54201581D3 for ; Wed, 29 May 2024 23:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39410E29EC; Wed, 29 May 2024 23:41:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 234AEE29EC for ; Wed, 29 May 2024 23:41:49 +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 57FAE33BE00 for ; Wed, 29 May 2024 23:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2F1148D for ; Wed, 29 May 2024 23:41:46 +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: <1717025667.0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-0.12.27.ebuild sys-apps/pkgcore/pkgcore-9999.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7 X-VCS-Branch: master Date: Wed, 29 May 2024 23:41:46 +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: 7fd4d8e8-36f7-4235-bf2d-f4b982183286 X-Archives-Hash: 9946b14dd44e99c41429bc04e95471a0 commit: 0534a4d8d9c7ee83e868051fe33db8d0e88d9ab7 Author: Sam James gentoo org> AuthorDate: Wed May 29 23:34:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 29 23:34:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0534a4d8 sys-apps/pkgcore: enable py3.13 Signed-off-by: Sam James gentoo.org> sys-apps/pkgcore/pkgcore-0.12.27.ebuild | 2 +- sys-apps/pkgcore/pkgcore-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pkgcore/pkgcore-0.12.27.ebuild b/sys-apps/pkgcore/pkgcore-0.12.27.ebuild index caedfa427107..4311b3b61a44 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.27.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.27.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index c4ca4f9df592..1dc106e93939 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then