commit: bc6d504d34403cc75aeb8f19748acf91f03647a2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Tue Apr 17 09:03:07 2018 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> 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}
