commit: 99439e7c2f92d7add59d544dc110a11e599c5aae Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 25 17:04:44 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Oct 25 19:29:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99439e7c
net-libs/neon: fix missing build dependencies Fixes: 01f46d826bd65c3ee490ffa3d67782e1e2385c50 Closes: https://bugs.gentoo.org/815049 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-libs/neon/neon-0.32.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-libs/neon/neon-0.32.1.ebuild b/net-libs/neon/neon-0.32.1.ebuild index f2b4f78abf2..92ef286a912 100644 --- a/net-libs/neon/neon-0.32.1.ebuild +++ b/net-libs/neon/neon-0.32.1.ebuild @@ -31,8 +31,12 @@ RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] ) pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] ) ) zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND=" + app-text/docbook-xml-dtd:4.5 + app-text/xmlto + virtual/pkgconfig +" MULTILIB_CHOST_TOOLS=( /usr/bin/neon-config
