diff options
author | Sam James <sam@gentoo.org> | 2021-09-29 01:07:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-29 01:09:10 +0100 |
commit | ec32c9c6ff47c9e572f7ce68cefcc448f25a548d (patch) | |
tree | 66f5b5c25ed560ad7756ed8504857551fac38c90 /app-crypt | |
parent | app-crypt/ima-evm-utils: Fix tests (diff) | |
download | gentoo-ec32c9c6ff47c9e572f7ce68cefcc448f25a548d.tar.gz gentoo-ec32c9c6ff47c9e572f7ce68cefcc448f25a548d.tar.bz2 gentoo-ec32c9c6ff47c9e572f7ce68cefcc448f25a548d.zip |
app-crypt/ima-evm-utils: shift vim-core into BDEPEND
We need to execute 'xxd' during tests.
Bug: https://bugs.gentoo.org/815210
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 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 4835f863526e..530379501d7c 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,12 +12,12 @@ SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz" RDEPEND=" dev-libs/openssl:0= sys-apps/keyutils:=" -DEPEND="${RDEPEND} - test? ( app-editors/vim-core )" +DEPEND="${RDEPEND}" BDEPEND=" app-text/asciidoc app-text/docbook-xsl-stylesheets - dev-libs/libxslt" + dev-libs/libxslt + test? ( app-editors/vim-core )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" |