commit:     4242682e953a80e31638d3d4fd8f903aa2abe3eb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 17:17:40 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 28 17:18:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4242682e

app-text/libqxp: Add missing test DEPEND

Closes: https://bugs.gentoo.org/718568
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/libqxp/libqxp-0.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild 
b/app-text/libqxp/libqxp-0.0.2.ebuild
index ed370e59bac..b8a7b7ad69f 100644
--- a/app-text/libqxp/libqxp-0.0.2.ebuild
+++ b/app-text/libqxp/libqxp-0.0.2.ebuild
@@ -14,11 +14,12 @@ IUSE="debug doc test tools"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       dev-libs/librevenge
        dev-libs/icu:=
+       dev-libs/librevenge
 "
 DEPEND="${RDEPEND}
        dev-libs/boost
+       test? ( dev-util/cppunit )
 "
 BDEPEND="
        virtual/pkgconfig
@@ -38,5 +39,5 @@ src_configure() {
 
 src_install() {
        default
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }

Reply via email to