Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/files/
Date: Sat, 26 Dec 2020 22:05:10
Message-Id: 1609020293.d254b65d931a177284b13d92b5c1433637beb533.asturm@gentoo
1 commit: d254b65d931a177284b13d92b5c1433637beb533
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 18 14:46:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:04:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d254b65d
7
8 app-crypt/tpm2-tss: remove unused patch
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/18708
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 ...m2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 81c223df957..00000000000
21 --- a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.1-Dont-run-systemd-sysusers-in-Makefile.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff --git a/Makefile.am b/Makefile.am
25 -index 85683f9b..986d4c8d 100644
26 ---- a/Makefile.am
27 -+++ b/Makefile.am
28 -@@ -582,8 +582,6 @@ EXTRA_DIST += dist/tpm-udev.rules
29 -
30 - install-data-hook:
31 - -mv $(DESTDIR)$(udevrulesdir)/tpm-udev.rules $(DESTDIR)$(udevrulesdir)/$(udevrulesprefix)tpm-udev.rules
32 -- (systemd-sysusers && systemd-tmpfiles --create) || \
33 -- ($(call make_tss_user_and_group) && $(call make_fapi_dirs) && ($call set_fapi_permissions)) || true
34 -
35 - uninstall-local:
36 - -rm $(DESTDIR)$(udevrulesdir)/$(udevrulesprefix)tpm-udev.rules