diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 19:17:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 19:18:08 +0200 |
commit | 4242682e953a80e31638d3d4fd8f903aa2abe3eb (patch) | |
tree | 18fe8dfe0d8f024e1250b713fbf6498d8b29795e /app-text/libqxp | |
parent | app-emacs/pymacs: Remove old. (diff) | |
download | gentoo-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/libqxp')
-rw-r--r-- | app-text/libqxp/libqxp-0.0.2.ebuild | 5 |
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 } |