From 4242682e953a80e31638d3d4fd8f903aa2abe3eb Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 28 May 2020 19:17:40 +0200 Subject: 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 --- app-text/libqxp/libqxp-0.0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-text') diff --git a/app-text/libqxp/libqxp-0.0.2.ebuild b/app-text/libqxp/libqxp-0.0.2.ebuild index ed370e59bacc..b8a7b7ad69f9 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 } -- cgit v1.2.3-65-gdbad