commit: ec32c9c6ff47c9e572f7ce68cefcc448f25a548d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 29 00:07:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 29 00:09:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec32c9c6
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 <AT> gentoo.org> app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild | 6 +++--- 1 file 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 4835f863526..530379501d7 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"
