diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2018-05-18 16:27:34 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2018-05-18 17:35:24 +0200 |
commit | 4a6da65916f51561620b45568e0c2f716daea195 (patch) | |
tree | 1b3f562daadc9ec49217b30a0ba679ef3c1785f1 /net-libs/xrootd | |
parent | sci-physics/clhep: version bump to 2.4.0.4 (diff) | |
download | gentoo-4a6da65916f51561620b45568e0c2f716daea195.tar.gz gentoo-4a6da65916f51561620b45568e0c2f716daea195.tar.bz2 gentoo-4a6da65916f51561620b45568e0c2f716daea195.zip |
net-libs/xrootd: add fuse slot dependency
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'net-libs/xrootd')
-rw-r--r-- | net-libs/xrootd/xrootd-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/xrootd/xrootd-4.5.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/xrootd/xrootd-4.4.0.ebuild b/net-libs/xrootd/xrootd-4.4.0.ebuild index 77d78382d960..0ce88643fb1e 100644 --- a/net-libs/xrootd/xrootd-4.4.0.ebuild +++ b/net-libs/xrootd/xrootd-4.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="doc fuse http kerberos readline ssl test" RDEPEND=" !<sci-physics/root-5.32[xrootd] sys-libs/zlib - fuse? ( sys-fs/fuse ) + fuse? ( sys-fs/fuse:0 ) kerberos? ( virtual/krb5 ) readline? ( sys-libs/readline:0= ) ssl? ( dev-libs/openssl:0= )" diff --git a/net-libs/xrootd/xrootd-4.5.0.ebuild b/net-libs/xrootd/xrootd-4.5.0.ebuild index 9026596f259a..9e8e5f1338bc 100644 --- a/net-libs/xrootd/xrootd-4.5.0.ebuild +++ b/net-libs/xrootd/xrootd-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ IUSE="doc examples fuse http kerberos python readline rbd ssl test" CDEPEND=" !<sci-physics/root-5.32[xrootd] sys-libs/zlib - fuse? ( sys-fs/fuse ) + fuse? ( sys-fs/fuse:0 ) kerberos? ( virtual/krb5 ) python? ( ${PYTHON_DEPS} ) rbd? ( sys-cluster/ceph ) |