Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tools/
Date: Thu, 15 Jul 2021 02:24:00
Message-Id: 1626313696.5588bb3da1bc7b74068b7a3d3416e23ae871eb79.ionen@gentoo
1 commit: 5588bb3da1bc7b74068b7a3d3416e23ae871eb79
2 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 14 15:23:57 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 15 01:48:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5588bb3d
7
8 app-crypt/tpm2-tools: Add missing test dependency
9
10 Closes: https://bugs.gentoo.org/802120
11 Package-Manager: Portage-3.0.20, Repoman-3.0.2
12 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/21644
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
20 index 9dde2c97d8e..fb7168bfb2f 100644
21 --- a/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
22 +++ b/app-crypt/tpm2-tools/tpm2-tools-5.1.1-r1.ebuild
23 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
24 app-crypt/swtpm
25 app-crypt/tpm2-abrmd
26 app-editors/vim-core
27 + dev-tcltk/expect
28 dev-util/cmocka
29 dev-python/pyyaml
30 )"