From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- .../files/apparmor-utils-2.11-shebang.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sys-apps/apparmor-utils/files/apparmor-utils-2.11-shebang.patch (limited to 'sys-apps/apparmor-utils/files') diff --git a/sys-apps/apparmor-utils/files/apparmor-utils-2.11-shebang.patch b/sys-apps/apparmor-utils/files/apparmor-utils-2.11-shebang.patch deleted file mode 100644 index 3dce7c261688..000000000000 --- a/sys-apps/apparmor-utils/files/apparmor-utils-2.11-shebang.patch +++ /dev/null @@ -1,16 +0,0 @@ -Avoid rewriting the shebang. - -The ebuild will take care of this when replicating the script for each of the -supported python implementations. - ---- a/utils/python-tools-setup.py -+++ b/utils/python-tools-setup.py -@@ -43,7 +43,7 @@ - f = prefix + s - # If we have a defined python version, use it instead of the system - # default -- if 'PYTHON' in os.environ: -+ if False: - lines = open(os.path.basename(s)).readlines() - lines[0] = '#! /usr/bin/env %s\n' % os.environ['PYTHON'] - open(f, 'w').write("".join(lines)) -- cgit v1.2.3