commit: 790229712545b7f7eec6b5b1c8c1f545ada307e2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 08:57:31 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 09:36:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79022971
app-crypt/tpm2-abrmd: remove leading whitespaces, sort test deps
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild
b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild
index 6c9e7d3cbea..810e70d9967 100644
--- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.4.0.ebuild
@@ -17,14 +17,16 @@ IUSE="static-libs test"
RESTRICT="!test? ( test )"
RDEPEND="acct-group/tss
- acct-user/tss
- sys-apps/dbus
- dev-libs/glib:=
- app-crypt/tpm2-tss"
+ acct-user/tss
+ sys-apps/dbus
+ dev-libs/glib:=
+ app-crypt/tpm2-tss"
DEPEND="${RDEPEND}
- test? ( >=app-crypt/tpm2-tss-3.0.0
+ test? (
app-crypt/swtpm
- dev-util/cmocka )"
+ >=app-crypt/tpm2-tss-3.0.0
+ dev-util/cmocka
+ )"
BDEPEND="virtual/pkgconfig
dev-util/gdbus-codegen"