Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Thu, 07 May 2020 09:36:23
Message-Id: 1588844161.bfd6088102197f510be937b62017add6e4c61669.zx2c4@gentoo
1 commit: bfd6088102197f510be937b62017add6e4c61669
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 09:35:30 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 09:36:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd60881
7
8 dev-util/dwarves: support newer python
9
10 No real changes needed; works out of the box.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
14
15 dev-util/dwarves/dwarves-1.17.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/dwarves/dwarves-1.17.ebuild b/dev-util/dwarves/dwarves-1.17.ebuild
19 index 0f8e99442d3..900e391c2b6 100644
20 --- a/dev-util/dwarves/dwarves-1.17.ebuild
21 +++ b/dev-util/dwarves/dwarves-1.17.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28 inherit multilib cmake-utils python-single-r1
29
30 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"