diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-02-23 13:35:59 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-02-23 13:37:06 -0500 |
commit | 4901483ab74ef5dca73d06c6546efb4447c676cd (patch) | |
tree | 3e701cdf5931aca1fcbd9300b72c612563e7f7e3 /app-crypt/tpm2-tss | |
parent | sys-apps/osinfo-db: bump to 20200214 (diff) | |
download | gentoo-4901483ab74ef5dca73d06c6546efb4447c676cd.tar.gz gentoo-4901483ab74ef5dca73d06c6546efb4447c676cd.tar.bz2 gentoo-4901483ab74ef5dca73d06c6546efb4447c676cd.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tss')
-rw-r--r-- | app-crypt/tpm2-tss/tpm2-tss-2.2.3-r2.ebuild (renamed from app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild) | 9 |
1 files 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 index e2b86a17e071..cc1d9f37f2ab 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 )" |