Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-emulator/
Date: Sat, 01 Sep 2018 19:01:49
Message-Id: 1535828491.9b16d98eafda73bb2bf03bbf080b114dce1f17ca.alonbl@gentoo
1 commit: 9b16d98eafda73bb2bf03bbf080b114dce1f17ca
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 18:18:30 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 19:01:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b16d98e
7
8 app-crypt/tpm-emulator: create the tss group
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=657086
11 Thanks: Toralf Förster
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
18 index 3bd4cc56bd5..0192de92e2f 100644
19 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
20 +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
28 S=${WORKDIR}/${P/-/_}
29
30 pkg_setup() {
31 + enewgroup tss
32 enewuser tss -1 -1 /var/lib/tpm tss
33 if use modules; then
34 CONFIG_CHECK="MODULES"