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 99DE715817D for ; Thu, 6 Jun 2024 06:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8FC8E2A82; Thu, 6 Jun 2024 06:47:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BBC92E2A82 for ; Thu, 6 Jun 2024 06:47:48 +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 9E59D335C7E for ; Thu, 6 Jun 2024 06:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353F51ACF for ; Thu, 6 Jun 2024 06:47: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: <1717656275.fdc894745b60906ea37321d046c2cceb72673674.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild X-VCS-Directories: sys-block/targetcli-fb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fdc894745b60906ea37321d046c2cceb72673674 X-VCS-Branch: master Date: Thu, 6 Jun 2024 06:47: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: ae96bcac-1dae-4e3b-8220-ca3bb553e417 X-Archives-Hash: 1111e34007e7adf14feede1ae1d30935 commit: fdc894745b60906ea37321d046c2cceb72673674 Author: Alfred Wingate protonmail com> AuthorDate: Mon Jun 3 19:57:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 6 06:44:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc89474 sys-block/targetcli-fb: enable py3.12 Closes: https://bugs.gentoo.org/933489 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild index 3f6d5ded9f8e..5d09776d5154 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 systemd DESCRIPTION="Command shell for managing Linux LIO kernel target"