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 623151382C5 for ; Tue, 17 Apr 2018 09:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD24E0934; Tue, 17 Apr 2018 09:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 760D8E0934 for ; Tue, 17 Apr 2018 09:05:18 +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 F24E4335C49 for ; Tue, 17 Apr 2018 09:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2ACD254 for ; Tue, 17 Apr 2018 09:05:14 +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: <1523955800.bc6d504d34403cc75aeb8f19748acf91f03647a2.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: bc6d504d34403cc75aeb8f19748acf91f03647a2 X-VCS-Branch: master Date: Tue, 17 Apr 2018 09:05:14 +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: 0cee9351-1ada-483f-88ae-14c83b4b9ee8 X-Archives-Hash: 454671e61755b3b7a84d8032de257b05 commit: bc6d504d34403cc75aeb8f19748acf91f03647a2 Author: Guilherme Amadio gentoo org> AuthorDate: Tue Apr 17 09:03:07 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Tue Apr 17 09:03:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6d504d net-libs/davix: only depend on sys-apps/util-linux on Linux Package-Manager: Portage-2.3.29, Repoman-2.3.9 net-libs/davix/davix-0.6.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/davix/davix-0.6.7.ebuild b/net-libs/davix/davix-0.6.7.ebuild index 99b1a2b454c..1e3fe6f79bf 100644 --- a/net-libs/davix/davix-0.6.7.ebuild +++ b/net-libs/davix/davix-0.6.7.ebuild @@ -12,12 +12,12 @@ SRC_URI="http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/${PN LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc ipv6 test tools" +IUSE="doc ipv6 kernel_linux test tools" CDEPEND=" dev-libs/libxml2:2= dev-libs/openssl:0= - sys-apps/util-linux:0= + kernel_linux? ( sys-apps/util-linux ) " DEPEND="${CDEPEND}