app-text/libepubgen: Add missing test dependencies
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 26 May 2018 20:56:09 +0000 (22:56 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 26 May 2018 20:56:41 +0000 (22:56 +0200)
Closes: https://bugs.gentoo.org/656536
Package-Manager: Portage-2.3.38, Repoman-2.3.9

app-text/libepubgen/libepubgen-0.1.0.ebuild

index 5b922895aa5087048a858df1ae15d6dd6575a7bd..d6ff7af29cad92d2a9c5d7cb6f72636e28058887 100644 (file)
@@ -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() {