diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-02-27 08:50:14 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-02-27 08:51:04 -0800 |
commit | 868163a094d61d8c6f6a4b8ce4aed2e5480d4188 (patch) | |
tree | c6e951a9077d626558657a2ee7f0e13a969f6ce0 /app-text/podofo | |
parent | app-doc/mathjax-docs: mark ALLARCHES (diff) | |
download | gentoo-868163a094d61d8c6f6a4b8ce4aed2e5480d4188.tar.gz gentoo-868163a094d61d8c6f6a4b8ce4aed2e5480d4188.tar.bz2 gentoo-868163a094d61d8c6f6a4b8ce4aed2e5480d4188.zip |
app-text/podofo: Add missing deps for bug 834129
Closes: https://bugs.gentoo.org/834129
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-text/podofo')
-rw-r--r-- | app-text/podofo/podofo-0.9.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/podofo/podofo-0.9.7.ebuild b/app-text/podofo/podofo-0.9.7.ebuild index a4054a7a6ec6..a3cb356d1267 100644 --- a/app-text/podofo/podofo-0.9.7.ebuild +++ b/app-text/podofo/podofo-0.9.7.ebuild @@ -28,7 +28,10 @@ RDEPEND="${LUA_DEPS} media-libs/libpng:0= media-libs/tiff:0= sys-libs/zlib:=" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/cppunit + net-dns/libidn +" BDEPEND="virtual/pkgconfig boost? ( dev-util/boost-build )" |