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 0FE1215808B for ; Thu, 3 Oct 2024 09:54:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597B8E29D6; Thu, 3 Oct 2024 09:54:24 +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 3A313E29D6 for ; Thu, 3 Oct 2024 09:54:24 +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 52BAA340C53 for ; Thu, 3 Oct 2024 09:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2900F32 for ; Thu, 3 Oct 2024 09:54:21 +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: <1727949236.c0a35b3d4a4080f801f874c5d799fbb11265b59c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/systemtap/systemtap-5.1-r1.ebuild dev-debug/systemtap/systemtap-9999.ebuild X-VCS-Directories: dev-debug/systemtap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0a35b3d4a4080f801f874c5d799fbb11265b59c X-VCS-Branch: master Date: Thu, 3 Oct 2024 09:54:21 +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: daa2df13-8dca-478b-ad28-9f4a0893ef21 X-Archives-Hash: 9b3d30ec677582b5adbdedfc40e58562 commit: c0a35b3d4a4080f801f874c5d799fbb11265b59c Author: Sam James gentoo org> AuthorDate: Thu Oct 3 09:53:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 3 09:53:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a35b3d dev-debug/systemtap: enable py3.13 Signed-off-by: Sam James gentoo.org> dev-debug/systemtap/systemtap-5.1-r1.ebuild | 2 +- dev-debug/systemtap/systemtap-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild b/dev-debug/systemtap/systemtap-5.1-r1.ebuild index d6d1a8c25395..de32caa4bc1f 100644 --- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild +++ b/dev-debug/systemtap/systemtap-5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index f2336a606fdf..4777e9d326b8 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs