Skip to content

Commit

Permalink
app-crypt/ima-evm-utils: shift vim-core into BDEPEND
Browse files Browse the repository at this point in the history
We need to execute 'xxd' during tests.

Bug: https://bugs.gentoo.org/815210
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 29, 2021
1 parent 539564b commit ec32c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ec32c9c

Please sign in to comment.