summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-06-19 20:52:34 +0200
committerMichael Palimaka <kensington@gentoo.org>2021-06-24 17:54:41 +1000
commite763966bd80e1500488196cae08012f8c87e8c6e (patch)
tree1ba2f28809d4e6a2930df44e2ccab69114a1159c /sys-libs
parentwww-apps/mediawiki: removed obsolete 1.35.2 (diff)
downloadgentoo-e763966bd80e1500488196cae08012f8c87e8c6e.tar.gz
gentoo-e763966bd80e1500488196cae08012f8c87e8c6e.tar.bz2
gentoo-e763966bd80e1500488196cae08012f8c87e8c6e.zip
sys-libs/libapparmor: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/21336 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libapparmor/files/libapparmor-3.0.0-symbol_visibility.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-libs/libapparmor/files/libapparmor-3.0.0-symbol_visibility.patch b/sys-libs/libapparmor/files/libapparmor-3.0.0-symbol_visibility.patch
deleted file mode 100644
index d5002461462c..000000000000
--- a/sys-libs/libapparmor/files/libapparmor-3.0.0-symbol_visibility.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Adds aditional symbols to allow dynamic linking.
-
---- a/src/libapparmor.map
-+++ b/src/libapparmor.map
-@@ -117,6 +117,7 @@
-
- APPARMOR_3.0 {
- global:
-+ aa_features_new_from_file;
- aa_features_write_to_fd;
- aa_features_value;
- local:
-@@ -130,6 +131,7 @@
- _aa_autoclose;
- _aa_autofclose;
- _aa_dirat_for_each;
-+ _aa_asprintf;
- local:
- *;
- };