summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-12-18 15:46:36 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-26 23:04:53 +0100
commitd254b65d931a177284b13d92b5c1433637beb533 (patch)
treeb4888026c89138e2cf23c676176f274c96a4762e /app-crypt
parentdev-python/doit: remove unused patch(es) (diff)
downloadgentoo-d254b65d931a177284b13d92b5c1433637beb533.tar.gz
gentoo-d254b65d931a177284b13d92b5c1433637beb533.tar.bz2
gentoo-d254b65d931a177284b13d92b5c1433637beb533.zip
app-crypt/tpm2-tss: remove unused patch
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18708 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-tss/files/tpm2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch
deleted file mode 100644
index 81c223df9576..000000000000
--- a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 85683f9b..986d4c8d 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -582,8 +582,6 @@ EXTRA_DIST += dist/tpm-udev.rules
-
- install-data-hook:
- -mv $(DESTDIR)$(udevrulesdir)/tpm-udev.rules $(DESTDIR)$(udevrulesdir)/$(udevrulesprefix)tpm-udev.rules
-- (systemd-sysusers && systemd-tmpfiles --create) || \
-- ($(call make_tss_user_and_group) && $(call make_fapi_dirs) && ($call set_fapi_permissions)) || true
-
- uninstall-local:
- -rm $(DESTDIR)$(udevrulesdir)/$(udevrulesprefix)tpm-udev.rules