Gentoo Archives: gentoo-commits

From: Matthias Schwarzott <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dwarves/
Date: Sun, 07 Feb 2021 16:58:01
Message-Id: 1612717072.5e29292edb9461f578f5cee787785a434f792420.zzam@gentoo
1 commit: 5e29292edb9461f578f5cee787785a434f792420
2 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 16:57:12 2021 +0000
4 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 16:57:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e29292e
7
8 dev-util/dwarves: Remove accidentially added python-3.6 entries again
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
12
13 dev-util/dwarves/dwarves-1.19-r1.ebuild | 2 +-
14 dev-util/dwarves/dwarves-1.20.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/dwarves/dwarves-1.19-r1.ebuild b/dev-util/dwarves/dwarves-1.19-r1.ebuild
18 index f37545621fa..10618245f8e 100644
19 --- a/dev-util/dwarves/dwarves-1.19-r1.ebuild
20 +++ b/dev-util/dwarves/dwarves-1.19-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8,9} )
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27 inherit multilib cmake python-single-r1
28
29 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
30
31 diff --git a/dev-util/dwarves/dwarves-1.20.ebuild b/dev-util/dwarves/dwarves-1.20.ebuild
32 index f37545621fa..10618245f8e 100644
33 --- a/dev-util/dwarves/dwarves-1.20.ebuild
34 +++ b/dev-util/dwarves/dwarves-1.20.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{6,7,8,9} )
40 +PYTHON_COMPAT=( python3_{7,8,9} )
41 inherit multilib cmake python-single-r1
42
43 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"