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 DBCD6158090 for ; Fri, 20 May 2022 06:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8D5E0922; Fri, 20 May 2022 06:11:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8A8C6E0922 for ; Fri, 20 May 2022 06:11:08 +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 7848D340E31 for ; Fri, 20 May 2022 06:11:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C3273B8 for ; Fri, 20 May 2022 06:11:04 +0000 (UTC) From: "Matthias Schwarzott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Schwarzott" Message-ID: <1653027019.f3e416add7a86f2977694803df514b9c7ee1c577.zzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pahole/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pahole/pahole-1.20.ebuild dev-util/pahole/pahole-1.21.ebuild dev-util/pahole/pahole-1.22.ebuild dev-util/pahole/pahole-1.23.ebuild dev-util/pahole/pahole-9999.ebuild X-VCS-Directories: dev-util/pahole/ X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott X-VCS-Revision: f3e416add7a86f2977694803df514b9c7ee1c577 X-VCS-Branch: master Date: Fri, 20 May 2022 06:11:04 +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: 20fdfc8c-b80b-4e15-9909-38896336f9e5 X-Archives-Hash: 9028e2ad018b6c1fabbeb747746ad789 commit: f3e416add7a86f2977694803df514b9c7ee1c577 Author: Matthias Schwarzott gentoo org> AuthorDate: Fri May 20 04:46:06 2022 +0000 Commit: Matthias Schwarzott gentoo org> CommitDate: Fri May 20 06:10:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e416ad dev-util/pahole: python: add 3.10 and 3.11 and remove 3.7 Closes: https://bugs.gentoo.org/845960 Signed-off-by: Matthias Schwarzott gentoo.org> dev-util/pahole/pahole-1.20.ebuild | 4 ++-- dev-util/pahole/pahole-1.21.ebuild | 4 ++-- dev-util/pahole/pahole-1.22.ebuild | 4 ++-- dev-util/pahole/pahole-1.23.ebuild | 2 +- dev-util/pahole/pahole-9999.ebuild | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-util/pahole/pahole-1.20.ebuild b/dev-util/pahole/pahole-1.20.ebuild index 40eb52fc5cdc..8e3715f665bd 100644 --- a/dev-util/pahole/pahole-1.20.ebuild +++ b/dev-util/pahole/pahole-1.20.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multilib cmake python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" diff --git a/dev-util/pahole/pahole-1.21.ebuild b/dev-util/pahole/pahole-1.21.ebuild index 6e645bb8300e..4b907a8c0b84 100644 --- a/dev-util/pahole/pahole-1.21.ebuild +++ b/dev-util/pahole/pahole-1.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multilib cmake python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" diff --git a/dev-util/pahole/pahole-1.22.ebuild b/dev-util/pahole/pahole-1.22.ebuild index 90c3dc91f27b..7f91085cc798 100644 --- a/dev-util/pahole/pahole-1.22.ebuild +++ b/dev-util/pahole/pahole-1.22.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multilib cmake python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" diff --git a/dev-util/pahole/pahole-1.23.ebuild b/dev-util/pahole/pahole-1.23.ebuild index d04b78096186..7a08b8e9b3a9 100644 --- a/dev-util/pahole/pahole-1.23.ebuild +++ b/dev-util/pahole/pahole-1.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multilib cmake python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index 7ce8b9b051bf..6b7874d9735d 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit multilib cmake python-single-r1 git-r3 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"