From 0a76f4660599e5c2d3d06f58e5760812b59a3228 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Thu, 24 Jun 2021 12:48:41 +0200 Subject: app-emulation/virt-manager: Update live ebuild There was a patch merged recently into upstream repo (v3.2.0-110-geb6b7939) that removes shebangs from library paths. Thus we no longed need to fix them during install phase. Signed-off-by: Michal Privoznik Closes: https://github.com/gentoo/gentoo/pull/21401 Signed-off-by: Sergei Trofimovich --- app-emulation/virt-manager/virt-manager-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'app-emulation/virt-manager') diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 5bb21473d4dc..4354e12958bb 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -72,8 +72,6 @@ python_install() { src_install() { local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas ) distutils-r1_src_install - - python_fix_shebang "${ED}"/usr/share/virt-manager } pkg_preinst() { -- cgit v1.2.3-65-gdbad