diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2018-03-24 11:02:15 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-24 10:23:02 -0500 |
commit | 0e6753f646fc079ae499aaef034d1a7bdeb94467 (patch) | |
tree | 918d55be23ff64e316ba65942e4ce00e58af619d /app-emulation/virt-manager | |
parent | x11-libs/gksu: remove old (diff) | |
download | gentoo-0e6753f646fc079ae499aaef034d1a7bdeb94467.tar.gz gentoo-0e6753f646fc079ae499aaef034d1a7bdeb94467.tar.bz2 gentoo-0e6753f646fc079ae499aaef034d1a7bdeb94467.zip |
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 <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 5 |
1 files changed, 1 insertions, 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() { |