diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-03 22:51:56 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-03 22:53:27 +1000 |
commit | 99bd8e36839e36b37717a5c1ba411940010dc85f (patch) | |
tree | 6a90ca45669382ff4bec1fb942b4a28ba5cde3ae /sys-apps/apparmor-utils/files | |
parent | sec-policy/apparmor-profiles: remove 2.10.1 (diff) | |
download | gentoo-99bd8e36839e36b37717a5c1ba411940010dc85f.tar.gz gentoo-99bd8e36839e36b37717a5c1ba411940010dc85f.tar.bz2 gentoo-99bd8e36839e36b37717a5c1ba411940010dc85f.zip |
sys-apps/apparmor-utils: remove 2.10.1 and 2.11.0-r0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-apps/apparmor-utils/files')
-rw-r--r-- | sys-apps/apparmor-utils/files/apparmor-utils-2.10-shebang.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-apps/apparmor-utils/files/apparmor-utils-2.10-shebang.patch b/sys-apps/apparmor-utils/files/apparmor-utils-2.10-shebang.patch deleted file mode 100644 index 19b8892ee314..000000000000 --- a/sys-apps/apparmor-utils/files/apparmor-utils-2.10-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/python-tools-setup.py -+++ b/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)) |