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 304F615817D for ; Tue, 11 Jun 2024 10:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58F94E2A9B; Tue, 11 Jun 2024 10:13: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 2F504E2A9B for ; Tue, 11 Jun 2024 10:13: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 27B7E33BEFF for ; Tue, 11 Jun 2024 10:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DEF215F7 for ; Tue, 11 Jun 2024 10:13:40 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1718100803.b7920ed364e05594c25aff6adc16768c37104b29.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hivex/hivex-1.3.23-r1.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: b7920ed364e05594c25aff6adc16768c37104b29 X-VCS-Branch: master Date: Tue, 11 Jun 2024 10:13: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: 13b1cbe3-852a-4063-961e-ab82c2d2698e X-Archives-Hash: 841ed6b5873e16bdef0ef73fc6d28b6a commit: b7920ed364e05594c25aff6adc16768c37104b29 Author: Rick Farina gentoo org> AuthorDate: Mon Jun 10 22:55:10 2024 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Jun 11 10:13:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7920ed3 app-misc/hivex: enable py3.12 Signed-off-by: Rick Farina gentoo.org> Closes: https://bugs.gentoo.org/929333 app-misc/hivex/hivex-1.3.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.23-r1.ebuild b/app-misc/hivex/hivex-1.3.23-r1.ebuild index 91e11388b727..1c759d7ee93b 100644 --- a/app-misc/hivex/hivex-1.3.23-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.23-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_RUBY="ruby31 ruby32" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit perl-module ruby-ng python-single-r1 strip-linguas DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files"