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 97F1313835A for ; Sun, 4 Oct 2020 21:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B08CE08A2; Sun, 4 Oct 2020 21:15:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C50FE08A2 for ; Sun, 4 Oct 2020 21:15:18 +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 14FEA335CFE for ; Sun, 4 Oct 2020 21:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A46838E for ; Sun, 4 Oct 2020 21:15:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1601846082.95d119c088358af3ee8757a9bae425650a47d87b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyelftools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyelftools/pyelftools-0.26.ebuild X-VCS-Directories: dev-python/pyelftools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95d119c088358af3ee8757a9bae425650a47d87b X-VCS-Branch: master Date: Sun, 4 Oct 2020 21:15:15 +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: bb94a41e-603a-432f-8bec-2c254537bb18 X-Archives-Hash: b75e7aa4b87a0cd593ae3b0c81cb7331 commit: 95d119c088358af3ee8757a9bae425650a47d87b Author: Martin Dummer gmx net> AuthorDate: Sun Oct 4 18:58:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 4 21:14:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d119c0 dev-python/pyelftools: add Python3.9 compatibility Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Martin Dummer gmx.net> Closes: https://github.com/gentoo/gentoo/pull/17542 Signed-off-by: Michał Górny gentoo.org> dev-python/pyelftools/pyelftools-0.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyelftools/pyelftools-0.26.ebuild b/dev-python/pyelftools/pyelftools-0.26.ebuild index 9a5e25ae815..57900663cfb 100644 --- a/dev-python/pyelftools/pyelftools-0.26.ebuild +++ b/dev-python/pyelftools/pyelftools-0.26.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"