Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/
Date: Thu, 22 Mar 2018 14:24:42
Message-Id: 1521728609.e5b39c46a46993a67d7c91a746a657284b438cc7.amadio@gentoo
1 commit: e5b39c46a46993a67d7c91a746a657284b438cc7
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 10:02:05 2018 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 14:23:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b39c46
7
8 net-libs/davix: tests need tools to be enabled, bug 651098
9
10 Closes: https://bugs.gentoo.org/651098
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 net-libs/davix/davix-0.6.7.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/net-libs/davix/davix-0.6.7.ebuild b/net-libs/davix/davix-0.6.7.ebuild
17 index cbb20948595..99b1a2b454c 100644
18 --- a/net-libs/davix/davix-0.6.7.ebuild
19 +++ b/net-libs/davix/davix-0.6.7.ebuild
20 @@ -34,6 +34,8 @@ PATCHES=(
21 "${FILESDIR}"/${P}-uio.patch
22 )
23
24 +REQUIRED_USE="test? ( tools )"
25 +
26 src_configure() {
27 local mycmakeargs=(
28 -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"