diff options
author | 2022-02-27 16:56:03 +0000 | |
---|---|---|
committer | 2022-02-27 16:56:03 +0000 | |
commit | ed742fb850063b9bf6c3c4a72226bfe828f4d26f (patch) | |
tree | c0946154afc1c800a50eb02db061fa785667ba14 /app-text/podofo | |
parent | app-doc/mathjax-docs: Stabilize 2.7.7 ALLARCHES, #834273 (diff) | |
download | gentoo-ed742fb850063b9bf6c3c4a72226bfe828f4d26f.tar.gz gentoo-ed742fb850063b9bf6c3c4a72226bfe828f4d26f.tar.bz2 gentoo-ed742fb850063b9bf6c3c4a72226bfe828f4d26f.zip |
app-text/podofo: make cppunit conditional
- Make cppunit conditional (already got a sed for this). Despite the RESTRICT,
tests were going to get built, just not run, so need it there anyway.
- Drop libidn from DEPEND (USE=idn not on, so just a harmless warning from
CMake), don't think it's needed unconditionally
Bug: https://bugs.gentoo.org/834129
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/podofo')
-rw-r--r-- | app-text/podofo/podofo-0.9.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/podofo/podofo-0.9.7.ebuild b/app-text/podofo/podofo-0.9.7.ebuild index a3cb356d1267..5510e90dad7e 100644 --- a/app-text/podofo/podofo-0.9.7.ebuild +++ b/app-text/podofo/podofo-0.9.7.ebuild @@ -29,8 +29,7 @@ RDEPEND="${LUA_DEPS} media-libs/tiff:0= sys-libs/zlib:=" DEPEND="${RDEPEND} - dev-util/cppunit - net-dns/libidn + test? ( dev-util/cppunit ) " BDEPEND="virtual/pkgconfig |