From 0e6753f646fc079ae499aaef034d1a7bdeb94467 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Sat, 24 Mar 2018 11:02:15 +0100 Subject: [PATCH] app-emulation/virt-manager-9999: Drop python2 support With upstream commit of bd891eb380cdf771f0296a39193614a10749088b virt-manager is strictly python3 only. Update the ebuild to follow this change. Closes: https://bugs.gentoo.org/650790 Closes: https://bugs.gentoo.org/647376 Signed-off-by: Michal Privoznik Signed-off-by: Matthias Maier --- app-emulation/virt-manager/virt-manager-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index a3b8ec6f3540..9a719e6ef546 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{4,5,6} ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 @@ -69,9 +69,6 @@ src_install() { local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas ) distutils-r1_src_install - - python_fix_shebang \ - "${ED}"/usr/share/virt-manager/virt-{clone,convert,install,manager} } pkg_preinst() { -- 2.26.2