commit: 539564bb1bb723bfe70297d481a65ecd89650e6f Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Tue Sep 28 17:20:54 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 29 00:07:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539564bb
app-crypt/ima-evm-utils: Fix tests Closes: https://bugs.gentoo.org/815210 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22432 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 index 1e7b2fccd74..4835f863526 100644 --- 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 @@ -12,7 +12,8 @@ SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz" RDEPEND=" dev-libs/openssl:0= sys-apps/keyutils:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( app-editors/vim-core )" BDEPEND=" app-text/asciidoc app-text/docbook-xsl-stylesheets @@ -20,7 +21,9 @@ BDEPEND=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="debug test" + +RESTRICT="!test? ( test )" src_prepare() { default
