Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/
Date: Wed, 29 Sep 2021 00:09:33
Message-Id: 1632874033.539564bb1bb723bfe70297d481a65ecd89650e6f.sam@gentoo
1 commit: 539564bb1bb723bfe70297d481a65ecd89650e6f
2 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 28 17:20:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 00:07:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539564bb
7
8 app-crypt/ima-evm-utils: Fix tests
9
10 Closes: https://bugs.gentoo.org/815210
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/22432
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild | 7 +++++--
17 1 file changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
20 index 1e7b2fccd74..4835f863526 100644
21 --- a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
22 +++ b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
23 @@ -12,7 +12,8 @@ SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz"
24 RDEPEND="
25 dev-libs/openssl:0=
26 sys-apps/keyutils:="
27 -DEPEND="${RDEPEND}"
28 +DEPEND="${RDEPEND}
29 + test? ( app-editors/vim-core )"
30 BDEPEND="
31 app-text/asciidoc
32 app-text/docbook-xsl-stylesheets
33 @@ -20,7 +21,9 @@ BDEPEND="
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="debug"
38 +IUSE="debug test"
39 +
40 +RESTRICT="!test? ( test )"
41
42 src_prepare() {
43 default