summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-03-22 11:02:05 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-03-22 15:23:29 +0100
commite5b39c46a46993a67d7c91a746a657284b438cc7 (patch)
treef2af9944b32f150ae8a80107845c5bf48998b92d
parentsys-apps/man: prefix support (diff)
downloadgentoo-e5b39c46a46993a67d7c91a746a657284b438cc7.tar.gz
gentoo-e5b39c46a46993a67d7c91a746a657284b438cc7.tar.bz2
gentoo-e5b39c46a46993a67d7c91a746a657284b438cc7.zip
net-libs/davix: tests need tools to be enabled, bug 651098
Closes: https://bugs.gentoo.org/651098 Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--net-libs/davix/davix-0.6.7.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/davix/davix-0.6.7.ebuild b/net-libs/davix/davix-0.6.7.ebuild
index cbb209485955..99b1a2b454cb 100644
--- a/net-libs/davix/davix-0.6.7.ebuild
+++ b/net-libs/davix/davix-0.6.7.ebuild
@@ -34,6 +34,8 @@ PATCHES=(
"${FILESDIR}"/${P}-uio.patch
)
+REQUIRED_USE="test? ( tools )"
+
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"