commit: 0a76f4660599e5c2d3d06f58e5760812b59a3228 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com> AuthorDate: Thu Jun 24 10:48:41 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 26 11:45:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a76f466
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 <AT> redhat.com> Closes: https://github.com/gentoo/gentoo/pull/21401 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> app-emulation/virt-manager/virt-manager-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 5bb21473d4d..4354e12958b 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() {
