diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-03-22 11:02:05 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-03-22 15:23:29 +0100 |
commit | e5b39c46a46993a67d7c91a746a657284b438cc7 (patch) | |
tree | f2af9944b32f150ae8a80107845c5bf48998b92d /net-libs | |
parent | sys-apps/man: prefix support (diff) | |
download | gentoo-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
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/davix/davix-0.6.7.ebuild | 2 |
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" |