Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/
Date: Sun, 23 Feb 2020 18:37:12
Message-Id: 1582483026.bf98523147a057a577ad92379c92d98eab4801f6.zerochaos@gentoo
1 commit: bf98523147a057a577ad92379c92d98eab4801f6
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 18:36:56 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 18:37:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf985231
7
8 app-crypt/tpm2-abrmd: fix RDEPEND
9
10 user and group creation are an RDEPEND
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 .../{tpm2-abrmd-2.1.1-r1.ebuild => tpm2-abrmd-2.1.1-r2.ebuild} | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 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
19 similarity index 96%
20 rename from app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild
21 rename to app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild
22 index 535dcd41a59..dddc82c0e86 100644
23 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild
24 +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -17,11 +17,11 @@ IUSE="static-libs test"
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="sys-apps/dbus:=
35 + acct-group/tss
36 + acct-user/tss
37 dev-libs/glib:=
38 app-crypt/tpm2-tss:="
39 DEPEND="${RDEPEND}
40 - acct-group/tss
41 - acct-user/tss
42 test? ( dev-util/cmocka )"
43 BDEPEND="virtual/pkgconfig
44 dev-util/gdbus-codegen"