From: Rick Farina Date: Sun, 23 Feb 2020 18:35:59 +0000 (-0500) Subject: app-crypt/tpm2-tss: fix RDEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4901483ab74ef5dca73d06c6546efb4447c676cd;p=gentoo.git 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 --- 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 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 )"