diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-29 17:33:00 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-30 01:31:15 +0300 |
commit | 465e34a897af13e0185e553717c0d73930398152 (patch) | |
tree | 59ad12cb7ecf8d9b0f1c8899d35705da136de7a6 /sys-cluster | |
parent | sys-cluster/corosync: adapt sys-infiniband to sys-fabric rename (diff) | |
download | gentoo-465e34a897af13e0185e553717c0d73930398152.tar.gz gentoo-465e34a897af13e0185e553717c0d73930398152.tar.bz2 gentoo-465e34a897af13e0185e553717c0d73930398152.zip |
sys-cluster/glusterfs: adapt sys-infiniband to sys-fabric rename
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.1.2.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.5.4.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.6.5.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.7.4.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild index 54d4b245b33e..2c8b8ca74c37 100644 --- a/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="emacs extras +fuse infiniband static-libs vim-syntax" RDEPEND="emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) - infiniband? ( sys-infiniband/libibverbs )" + infiniband? ( sys-fabric/libibverbs )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/bison diff --git a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild index ad162ac94735..c5049f0c0d77 100644 --- a/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) xml? ( dev-libs/libxml2 ) diff --git a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild index c159fdaf8a02..5bbda1417635 100644 --- a/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) xml? ( dev-libs/libxml2 ) diff --git a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild index f06736f30380..9d3073a39439 100644 --- a/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ RDEPEND="bd-xlator? ( sys-fs/lvm2 ) emacs? ( virtual/emacs ) fuse? ( >=sys-fs/fuse-2.7.0 ) georeplication? ( ${PYTHON_DEPS} ) - infiniband? ( sys-infiniband/libibverbs:* sys-infiniband/librdmacm:* ) + infiniband? ( sys-fabric/libibverbs:* sys-fabric/librdmacm:* ) qemu-block? ( dev-libs/glib:2 ) systemtap? ( dev-util/systemtap ) tiering? ( dev-db/sqlite:3 ) |