summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-01 21:18:30 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-01 22:01:31 +0300
commit9b16d98eafda73bb2bf03bbf080b114dce1f17ca (patch)
tree28cd56b6b56f250d2594b38cf4ba7862158c1937 /app-crypt
parentdev-perl/Variable-Magic: x86 stable (bug #661778) (diff)
downloadgentoo-9b16d98eafda73bb2bf03bbf080b114dce1f17ca.tar.gz
gentoo-9b16d98eafda73bb2bf03bbf080b114dce1f17ca.tar.bz2
gentoo-9b16d98eafda73bb2bf03bbf080b114dce1f17ca.zip
app-crypt/tpm-emulator: create the tss group
Closes: https://bugs.gentoo.org/show_bug.cgi?id=657086 Thanks: Toralf Förster Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
index 3bd4cc56bd52..0192de92e2f6 100644
--- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
+++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P/-/_}
pkg_setup() {
+ enewgroup tss
enewuser tss -1 -1 /var/lib/tpm tss
if use modules; then
CONFIG_CHECK="MODULES"