commit: e6b6369f4d23b84b71264c17f62d4057ce319797 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org> AuthorDate: Sat Feb 20 15:49:51 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Feb 20 18:53:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b6369f
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 <luke-jr+git <AT> utopios.org> Closes: https://github.com/gentoo/gentoo/pull/19560 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild b/dev-libs/libbase58/libbase58-0.1.4-r1.ebuild index e849059b854..433dcc192f8 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() {
