From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78DFB139336 for ; Sat, 26 Jun 2021 11:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69413E0896; Sat, 26 Jun 2021 11:45:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D46F0E0896 for ; Sat, 26 Jun 2021 11:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C30C4343837 for ; Sat, 26 Jun 2021 11:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2064E79A for ; Sat, 26 Jun 2021 11:45:39 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1624707934.0a76f4660599e5c2d3d06f58e5760812b59a3228.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0a76f4660599e5c2d3d06f58e5760812b59a3228 X-VCS-Branch: master Date: Sat, 26 Jun 2021 11:45:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82b0130b-1778-407c-a2f9-815d0f1e1166 X-Archives-Hash: 380774b24f1596ca96b82e98f226a2df commit: 0a76f4660599e5c2d3d06f58e5760812b59a3228 Author: Michal Privoznik redhat com> AuthorDate: Thu Jun 24 10:48:41 2021 +0000 Commit: Sergei Trofimovich gentoo 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 redhat.com> Closes: https://github.com/gentoo/gentoo/pull/21401 Signed-off-by: Sergei Trofimovich 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() {