diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-02-23 13:36:56 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-02-23 13:37:06 -0500 |
commit | bf98523147a057a577ad92379c92d98eab4801f6 (patch) | |
tree | 7e493205d6cf144af8e1b230597b2abeecc35b9e /app-crypt/tpm2-abrmd | |
parent | app-crypt/tpm2-tss: fix RDEPEND (diff) | |
download | gentoo-bf98523147a057a577ad92379c92d98eab4801f6.tar.gz gentoo-bf98523147a057a577ad92379c92d98eab4801f6.tar.bz2 gentoo-bf98523147a057a577ad92379c92d98eab4801f6.zip |
app-crypt/tpm2-abrmd: fix RDEPEND
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>
Diffstat (limited to 'app-crypt/tpm2-abrmd')
-rw-r--r-- | app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild (renamed from app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild index 535dcd41a597..dddc82c0e866 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-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 @@ -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" |