diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-26 22:56:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-26 22:56:41 +0200 |
commit | 2a924bb735a5af816b5819dc4ac91bc001673e51 (patch) | |
tree | 79da4174cbd807a38d94867281f02ed2340715e5 /app-text | |
parent | xorg-2.eclass: Put https://cgit.freedesktop.org/ in HOMEPAGE (diff) | |
download | gentoo-2a924bb735a5af816b5819dc4ac91bc001673e51.tar.gz gentoo-2a924bb735a5af816b5819dc4ac91bc001673e51.tar.bz2 gentoo-2a924bb735a5af816b5819dc4ac91bc001673e51.zip |
app-text/libepubgen: Add missing test dependencies
Closes: https://bugs.gentoo.org/656536
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libepubgen/libepubgen-0.1.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild b/app-text/libepubgen/libepubgen-0.1.0.ebuild index 5b922895aa50..d6ff7af29cad 100644 --- a/app-text/libepubgen/libepubgen-0.1.0.ebuild +++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild @@ -19,6 +19,10 @@ DEPEND="${RDEPEND} dev-libs/boost virtual/pkgconfig doc? ( app-doc/doxygen ) + test? ( + dev-util/cppunit + dev-libs/libxml2:2 + ) " src_configure() { |