summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-29 01:07:47 +0100
committerSam James <sam@gentoo.org>2021-09-29 01:09:10 +0100
commitec32c9c6ff47c9e572f7ce68cefcc448f25a548d (patch)
tree66f5b5c25ed560ad7756ed8504857551fac38c90
parentapp-crypt/ima-evm-utils: Fix tests (diff)
downloadgentoo-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>
-rw-r--r--app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild6
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"