commit:     0c017fff6990fc6385b22b4fd32cc522c5086686
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Mon Jun  3 08:36:21 2019 +0000
Commit:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 19:44:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c017fff

dev-util/dwarves: Switch to python3

In the upstream commit of 139a3b337381c dwarves switched to
python3. Update our ebuild to reflect that.

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>

 dev-util/dwarves/dwarves-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-util/dwarves/dwarves-9999.ebuild 
b/dev-util/dwarves/dwarves-9999.ebuild
index 247fa281974..ad35a947177 100644
--- a/dev-util/dwarves/dwarves-9999.ebuild
+++ b/dev-util/dwarves/dwarves-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 EGIT_REPO_URI="https://git.kernel.org/pub/scm/devel/pahole/pahole.git";
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_6 )
 inherit multilib cmake-utils git-r3 python-single-r1
 
 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
@@ -34,6 +34,4 @@ src_test() { :; }
 
 src_install() {
        cmake-utils_src_install
-       python_fix_shebang "${D}"/usr/bin/ostra-cg \
-               "${D}"/usr/share/dwarves/runtime/python/ostra.py
 }

Reply via email to