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 CE03A138336 for ; Tue, 3 Dec 2019 05:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B48E0821; Tue, 3 Dec 2019 05:06:31 +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 ABE3EE0821 for ; Tue, 3 Dec 2019 05:06:31 +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 CB99234D700 for ; Tue, 3 Dec 2019 05:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA9D8CB for ; Tue, 3 Dec 2019 05:06:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575349565.3091b55309b158e07abe1733f2fad68baa5bcfdc.asturm@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.25.ebuild X-VCS-Directories: dev-python/pyelftools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3091b55309b158e07abe1733f2fad68baa5bcfdc X-VCS-Branch: master Date: Tue, 3 Dec 2019 05:06:29 +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: 4f697e84-e37d-4e29-a6b6-618fe2121a28 X-Archives-Hash: 2ee6d3a3d68c712a4d8a9030ce9cc1e4 commit: 3091b55309b158e07abe1733f2fad68baa5bcfdc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 21:02:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 05:06:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091b553 dev-python/pyelftools: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pyelftools/pyelftools-0.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyelftools/pyelftools-0.25.ebuild b/dev-python/pyelftools/pyelftools-0.25.ebuild index c774ffe8433..e325097e601 100644 --- a/dev-python/pyelftools/pyelftools-0.25.ebuild +++ b/dev-python/pyelftools/pyelftools-0.25.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging information"