From e6b6369f4d23b84b71264c17f62d4057ce319797 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 20 Feb 2021 15:49:51 +0000 Subject: dev-libs/libbase58: Add missing test DEPEND on app-editors/vim-core (for xxd) Closes: https://bugs.gentoo.org/771672 Signed-off-by: Luke Dashjr Closes: https://github.com/gentoo/gentoo/pull/19560 Signed-off-by: Thomas Deutschmann --- dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-libs/libbase58') diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild index e849059b854e..433dcc192f88 100644 --- a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild +++ b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild @@ -18,7 +18,10 @@ RESTRICT="!test? ( test )" # NOTE: If not testing, we don't need non-native libgcrypt RDEPEND="tools? ( dev-libs/libgcrypt )" DEPEND="${RDEPEND} - test? ( dev-libs/libgcrypt[${MULTILIB_USEDEP}] ) + test? ( + app-editors/vim-core + dev-libs/libgcrypt[${MULTILIB_USEDEP}] + ) " src_prepare() { -- cgit v1.2.3-65-gdbad