summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-28 19:17:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-28 19:18:08 +0200
commit4242682e953a80e31638d3d4fd8f903aa2abe3eb (patch)
tree18fe8dfe0d8f024e1250b713fbf6498d8b29795e /app-text
parentapp-emacs/pymacs: Remove old. (diff)
downloadgentoo-4242682e953a80e31638d3d4fd8f903aa2abe3eb.tar.gz
gentoo-4242682e953a80e31638d3d4fd8f903aa2abe3eb.tar.bz2
gentoo-4242682e953a80e31638d3d4fd8f903aa2abe3eb.zip
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/libqxp/libqxp-0.0.2.ebuild5
1 files 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 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
}