diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2021-06-24 12:48:41 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-26 12:45:34 +0100 |
commit | 0a76f4660599e5c2d3d06f58e5760812b59a3228 (patch) | |
tree | 60c4691c9a97c3704fee025e0acc021526b94164 /app-emulation/virt-manager | |
parent | dev-libs/ocl-icd: Fix dependencies (diff) | |
download | gentoo-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.ebuild | 2 |
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() { |