summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2021-06-24 12:48:41 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2021-06-26 12:45:34 +0100
commit0a76f4660599e5c2d3d06f58e5760812b59a3228 (patch)
tree60c4691c9a97c3704fee025e0acc021526b94164 /app-emulation/virt-manager
parentdev-libs/ocl-icd: Fix dependencies (diff)
downloadgentoo-0a76f4660599e5c2d3d06f58e5760812b59a3228.tar.gz
gentoo-0a76f4660599e5c2d3d06f58e5760812b59a3228.tar.bz2
gentoo-0a76f4660599e5c2d3d06f58e5760812b59a3228.zip
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 <mprivozn@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/21401 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild2
1 files changed, 0 insertions, 2 deletions
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() {