diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2021-02-20 15:49:51 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-20 19:53:48 +0100 |
commit | e6b6369f4d23b84b71264c17f62d4057ce319797 (patch) | |
tree | 41c358824cceaa461b8f32b1467f0a016c13c78f /dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | |
parent | dev-ml/tyxml: remove old version (diff) | |
download | gentoo-e6b6369f4d23b84b71264c17f62d4057ce319797.tar.gz gentoo-e6b6369f4d23b84b71264c17f62d4057ce319797.tar.bz2 gentoo-e6b6369f4d23b84b71264c17f62d4057ce319797.zip |
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@utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/19560
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libbase58/libbase58-0.1.4-r1.ebuild')
-rw-r--r-- | dev-libs/libbase58/libbase58-0.1.4-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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() { |