mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
This was weird solution, with nothing to gain from inline patch in the ebuild. No variable substitution, no conditional, nothing. It was even the same file across versions. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
5 lines
114 B
Diff
5 lines
114 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -5 +5 @@
|
|
-SECURITYTAGS ?= seccomp $(APPARMORTAG)
|
|
+SECURITYTAGS ?= $(APPARMORTAG)
|