commit: 4901483ab74ef5dca73d06c6546efb4447c676cd
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 18:35:59 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 18:37:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4901483a
app-crypt/tpm2-tss: fix RDEPEND
user and group are not created for binpkg users otherwise,
plus, this really is an RDEPEND
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
.../{tpm2-tss-2.2.3-r1.ebuild => tpm2-tss-2.2.3-r2.ebuild} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild
b/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r2.ebuild
similarity index 93%
rename from app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild
rename to app-crypt/tpm2-tss/tpm2-tss-2.2.3-r2.ebuild
index e2b86a17e07..cc1d9f37f2a 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.2.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,11 +21,12 @@ REQUIRED_USE="
openssl? ( !gcrypt )
|| ( gcrypt openssl )"
-RDEPEND="gcrypt? ( dev-libs/libgcrypt:0= )
- openssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}
+RDEPEND="
acct-group/tss
acct-user/tss
+ gcrypt? ( dev-libs/libgcrypt:0= )
+ openssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}
test? ( dev-util/cmocka )"
BDEPEND="virtual/pkgconfig
doc? ( app-doc/doxygen )"