app-crypt/tpm2-abrmd: fix RDEPEND
authorRick Farina <zerochaos@gentoo.org>
Sun, 23 Feb 2020 18:36:56 +0000 (13:36 -0500)
committerRick Farina <zerochaos@gentoo.org>
Sun, 23 Feb 2020 18:37:06 +0000 (13:37 -0500)
user and group creation are an RDEPEND

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild [moved from app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild with 96% similarity]

similarity index 96%
rename from app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild
rename to app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild
index 535dcd41a597bd0d4092617a2f79514a4aab79c8..dddc82c0e866b2c1e8827a44df604191caf91503 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
@@ -17,11 +17,11 @@ IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="sys-apps/dbus:=
+       acct-group/tss
+       acct-user/tss
        dev-libs/glib:=
        app-crypt/tpm2-tss:="
 DEPEND="${RDEPEND}
-       acct-group/tss
-       acct-user/tss
        test? ( dev-util/cmocka )"
 BDEPEND="virtual/pkgconfig
        dev-util/gdbus-codegen"