In the upstream commit of
139a3b337381c dwarves switched to
python3. Update our ebuild to reflect that.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
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"
src_install() {
cmake-utils_src_install
- python_fix_shebang "${D}"/usr/bin/ostra-cg \
- "${D}"/usr/share/dwarves/runtime/python/ostra.py
}