Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libepubgen/
Date: Sat, 26 May 2018 20:56:58
Message-Id: 1527368201.2a924bb735a5af816b5819dc4ac91bc001673e51.asturm@gentoo
1 commit: 2a924bb735a5af816b5819dc4ac91bc001673e51
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 20:56:09 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:56:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a924bb7
7
8 app-text/libepubgen: Add missing test dependencies
9
10 Closes: https://bugs.gentoo.org/656536
11 Package-Manager: Portage-2.3.38, Repoman-2.3.9
12
13 app-text/libepubgen/libepubgen-0.1.0.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild b/app-text/libepubgen/libepubgen-0.1.0.ebuild
17 index 5b922895aa5..d6ff7af29ca 100644
18 --- a/app-text/libepubgen/libepubgen-0.1.0.ebuild
19 +++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild
20 @@ -19,6 +19,10 @@ DEPEND="${RDEPEND}
21 dev-libs/boost
22 virtual/pkgconfig
23 doc? ( app-doc/doxygen )
24 + test? (
25 + dev-util/cppunit
26 + dev-libs/libxml2:2
27 + )
28 "
29
30 src_configure() {