diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-11-09 19:54:51 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-11-09 19:56:48 +1100 |
commit | bef2e69aa258bede81195893d4b9f8846ce1565c (patch) | |
tree | 42e50eb4cd11adfd65485e40f43150b265b43945 /sys-apps/apparmor-utils/files | |
parent | sec-policy/apparmor-profiles: remove 2.11.1 (diff) | |
download | gentoo-bef2e69aa258bede81195893d4b9f8846ce1565c.tar.gz gentoo-bef2e69aa258bede81195893d4b9f8846ce1565c.tar.bz2 gentoo-bef2e69aa258bede81195893d4b9f8846ce1565c.zip |
sys-apps/apparmor-utils: remove 2.11.1
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'sys-apps/apparmor-utils/files')
-rw-r--r-- | sys-apps/apparmor-utils/files/apparmor-utils-2.11-shebang.patch | 16 |
1 files changed, 0 insertions, 16 deletions
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)) |