From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F34A138331 for ; Thu, 22 Mar 2018 14:24:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E291E09AE; Thu, 22 Mar 2018 14:24:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B2A7E09AE for ; Thu, 22 Mar 2018 14:24:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 143F1335C51 for ; Thu, 22 Mar 2018 14:24:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36C2F265 for ; Thu, 22 Mar 2018 14:24:37 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1521728609.e5b39c46a46993a67d7c91a746a657284b438cc7.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/davix/davix-0.6.7.ebuild X-VCS-Directories: net-libs/davix/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: e5b39c46a46993a67d7c91a746a657284b438cc7 X-VCS-Branch: master Date: Thu, 22 Mar 2018 14:24:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9271505a-3552-4836-815c-2a2c1db3a960 X-Archives-Hash: 4e2cc4116663a25710afd7e15a487a71 commit: e5b39c46a46993a67d7c91a746a657284b438cc7 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Mar 22 10:02:05 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Mar 22 14:23:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b39c46 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 net-libs/davix/davix-0.6.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-libs/davix/davix-0.6.7.ebuild b/net-libs/davix/davix-0.6.7.ebuild index cbb20948595..99b1a2b454c 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"