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 0CF391581FB for ; Tue, 27 Aug 2024 15:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55952E29D0; Tue, 27 Aug 2024 15:56:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3671BE29D0 for ; Tue, 27 Aug 2024 15:56:43 +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 3A4BA340C57 for ; Tue, 27 Aug 2024 15:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9231EC4 for ; Tue, 27 Aug 2024 15:56:40 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1724774196.6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/diskimage-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild X-VCS-Directories: app-emulation/diskimage-builder/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71 X-VCS-Branch: master Date: Tue, 27 Aug 2024 15:56:40 +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: cebe33e4-59ee-4cbb-b17e-53c2db25e54e X-Archives-Hash: f044fbfa133d8f0d838faa54a690c7a5 commit: 6aebbdc8f4a2881a7e06b3e4d0ff9c55f214fe71 Author: Matthew Thode gentoo org> AuthorDate: Tue Aug 27 15:56:01 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Aug 27 15:56:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aebbdc8 app-emulation/diskimage-builder: remove python3.9 support Signed-off-by: Matthew Thode gentoo.org> app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild index 46480f9df68c..f7a78be342e9 100644 --- a/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild +++ b/app-emulation/diskimage-builder/diskimage-builder-3.33.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1