Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Sun, 27 Feb 2022 16:57:13
Message-Id: 1645980963.ed742fb850063b9bf6c3c4a72226bfe828f4d26f.sam@gentoo
1 commit: ed742fb850063b9bf6c3c4a72226bfe828f4d26f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 16:56:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 16:56:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed742fb8
7
8 app-text/podofo: make cppunit conditional
9
10 - Make cppunit conditional (already got a sed for this). Despite the RESTRICT,
11 tests were going to get built, just not run, so need it there anyway.
12 - Drop libidn from DEPEND (USE=idn not on, so just a harmless warning from
13 CMake), don't think it's needed unconditionally
14
15 Bug: https://bugs.gentoo.org/834129
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 app-text/podofo/podofo-0.9.7.ebuild | 3 +--
19 1 file changed, 1 insertion(+), 2 deletions(-)
20
21 diff --git a/app-text/podofo/podofo-0.9.7.ebuild b/app-text/podofo/podofo-0.9.7.ebuild
22 index a3cb356d1267..5510e90dad7e 100644
23 --- a/app-text/podofo/podofo-0.9.7.ebuild
24 +++ b/app-text/podofo/podofo-0.9.7.ebuild
25 @@ -29,8 +29,7 @@ RDEPEND="${LUA_DEPS}
26 media-libs/tiff:0=
27 sys-libs/zlib:="
28 DEPEND="${RDEPEND}
29 - dev-util/cppunit
30 - net-dns/libidn
31 + test? ( dev-util/cppunit )
32 "
33
34 BDEPEND="virtual/pkgconfig