Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Sat, 26 Jun 2021 11:45:43
Message-Id: 1624707934.0a76f4660599e5c2d3d06f58e5760812b59a3228.slyfox@gentoo
1 commit: 0a76f4660599e5c2d3d06f58e5760812b59a3228
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Thu Jun 24 10:48:41 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 11:45:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a76f466
7
8 app-emulation/virt-manager: Update live ebuild
9
10 There was a patch merged recently into upstream repo
11 (v3.2.0-110-geb6b7939) that removes shebangs from library paths.
12 Thus we no longed need to fix them during install phase.
13
14 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
15 Closes: https://github.com/gentoo/gentoo/pull/21401
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 app-emulation/virt-manager/virt-manager-9999.ebuild | 2 --
19 1 file changed, 2 deletions(-)
20
21 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
22 index 5bb21473d4d..4354e12958b 100644
23 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
24 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
25 @@ -72,8 +72,6 @@ python_install() {
26 src_install() {
27 local mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
28 distutils-r1_src_install
29 -
30 - python_fix_shebang "${ED}"/usr/share/virt-manager
31 }
32
33 pkg_preinst() {