net-libs/xrootd: remove redundant USE=rbd from 4.10.1
authorMarek Szuba <marecki@gentoo.org>
Fri, 20 Dec 2019 14:10:27 +0000 (14:10 +0000)
committerMarek Szuba <marecki@gentoo.org>
Fri, 20 Dec 2019 14:10:27 +0000 (14:10 +0000)
Since version 4.10.0 xrootd upstream no longer bundle XrdCeph code with
core XRootD so all this flag did in this ebuild was create an
unnecessary dependency on sys-cluster/ceph and produce configure-time
warnings.

Closes: https://bugs.gentoo.org/691600
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
net-libs/xrootd/xrootd-4.10.1.ebuild

index 84ac2910a28bc3728f13d618c0e751d90b518533..c15bef797bd67970d111a457ba73cbeeb439fa6b 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples fuse http kerberos python readline rbd ssl test"
+IUSE="doc examples fuse http kerberos python readline ssl test"
 RESTRICT="!test? ( test )"
 
 CDEPEND="
@@ -22,7 +22,6 @@ CDEPEND="
        fuse? ( sys-fs/fuse:= )
        kerberos? ( virtual/krb5 )
        python? ( ${PYTHON_DEPS} )
-       rbd? ( sys-cluster/ceph )
        readline? ( sys-libs/readline:0= )
        ssl? ( dev-libs/openssl:0= )
 "
@@ -56,7 +55,6 @@ pkg_setup() {
 
 src_configure() {
        local mycmakeargs=(
-               -DENABLE_CEPH=$(usex rbd)
                -DENABLE_CRYPTO=$(usex ssl)
                -DENABLE_FUSE=$(usex fuse)
                -DENABLE_HTTP=$(usex http)