From bc6d504d34403cc75aeb8f19748acf91f03647a2 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Tue, 17 Apr 2018 11:03:07 +0200 Subject: [PATCH] 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 99b1a2b454cb..1e3fe6f79bfd 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} -- 2.26.2