app-crypt/tpm2-tss: fix RDEPEND
authorRick Farina <zerochaos@gentoo.org>
Sun, 23 Feb 2020 18:35:59 +0000 (13:35 -0500)
committerRick Farina <zerochaos@gentoo.org>
Sun, 23 Feb 2020 18:37:06 +0000 (13:37 -0500)
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>
app-crypt/tpm2-tss/tpm2-tss-2.2.3-r2.ebuild [moved from app-crypt/tpm2-tss/tpm2-tss-2.2.3-r1.ebuild with 93% similarity]

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 e2b86a17e07169cd0f81ba4e24505328e6a2fa89..cc1d9f37f2ab633e69135da91a585ed4aa325c1a 100644 (file)
@@ -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 )"