From: Andreas Sturmlechner Date: Thu, 28 May 2020 17:17:40 +0000 (+0200) Subject: app-text/libqxp: Add missing test DEPEND X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4242682e953a80e31638d3d4fd8f903aa2abe3eb;p=gentoo.git 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 --- 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 }