diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-04-17 11:03:07 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-04-17 11:03:20 +0200 |
commit | bc6d504d34403cc75aeb8f19748acf91f03647a2 (patch) | |
tree | a6fe48ac2a979f37df5f2d9eac6b3c014b72840b /net-libs/davix | |
parent | package.mask: Masked >=sys-apps/file-5.33 (bug #653352) (diff) | |
download | gentoo-bc6d504d34403cc75aeb8f19748acf91f03647a2.tar.gz gentoo-bc6d504d34403cc75aeb8f19748acf91f03647a2.tar.bz2 gentoo-bc6d504d34403cc75aeb8f19748acf91f03647a2.zip |
net-libs/davix: only depend on sys-apps/util-linux on Linux
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'net-libs/davix')
-rw-r--r-- | net-libs/davix/davix-0.6.7.ebuild | 4 |
1 files 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} |