commit: 4a6da65916f51561620b45568e0c2f716daea195 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Fri May 18 14:27:34 2018 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Fri May 18 15:35:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6da659
net-libs/xrootd: add fuse slot dependency Package-Manager: Portage-2.3.38, Repoman-2.3.9 net-libs/xrootd/xrootd-4.4.0.ebuild | 4 ++-- 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 77d78382d96..0ce88643fb1 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 9026596f259..9e8e5f1338b 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 )