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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BE5B1382C5 for ; Mon, 15 Feb 2021 02:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D38F0E0B01; Mon, 15 Feb 2021 02:19:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5784E0B00 for ; Mon, 15 Feb 2021 02:19:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79FE340DD6 for ; Mon, 15 Feb 2021 02:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 586E6531 for ; Mon, 15 Feb 2021 02:19:52 +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: <1613355582.cf8edbf70c0c63e4866a36652a7f5a642ed63791.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.18.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: cf8edbf70c0c63e4866a36652a7f5a642ed63791 X-VCS-Branch: master Date: Mon, 15 Feb 2021 02:19:52 +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: 130bec5b-40bc-4f1e-8fd5-57fd7ea6b98d X-Archives-Hash: 4996b648a893c605107c2645ada843cc commit: cf8edbf70c0c63e4866a36652a7f5a642ed63791 Author: Rick Farina gentoo org> AuthorDate: Mon Feb 15 02:16:08 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Feb 15 02:19:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8edbf7 app-misc/hivex: python bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> app-misc/hivex/hivex-1.3.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index 38d0a31f9cd..f1c6db65034 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -6,7 +6,7 @@ EAPI=7 USE_RUBY="ruby24 ruby25 ruby26" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eutils perl-module ruby-ng python-single-r1