net-libs/xrootd: add fuse slot dependency
authorGuilherme Amadio <amadio@gentoo.org>
Fri, 18 May 2018 14:27:34 +0000 (16:27 +0200)
committerGuilherme Amadio <amadio@gentoo.org>
Fri, 18 May 2018 15:35:24 +0000 (17:35 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9

net-libs/xrootd/xrootd-4.4.0.ebuild
net-libs/xrootd/xrootd-4.5.0.ebuild

index 77d78382d960a511fc5ae934809769f581227f4b..0ce88643fb1e1722f92b0fbba056dd44a2dc887f 100644 (file)
@@ -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= )"
index 9026596f259a0881c5ac1263b32a802cc184f757..9e8e5f1338bc709d97fdf05083bdf8a7f0ddccb7 100644 (file)
@@ -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 )