diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-29 17:31:19 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-30 01:31:15 +0300 |
commit | 3aa6983b79db8e09f3b9d0d9f87774519800d7b5 (patch) | |
tree | e5513c269c31f6236acc10b86ac3787f3253792d /sys-cluster/corosync/corosync-2.3.3.ebuild | |
parent | sys-block/tgt: adapt sys-infiniband to sys-fabric rename (diff) | |
download | gentoo-3aa6983b79db8e09f3b9d0d9f87774519800d7b5.tar.gz gentoo-3aa6983b79db8e09f3b9d0d9f87774519800d7b5.tar.bz2 gentoo-3aa6983b79db8e09f3b9d0d9f87774519800d7b5.zip |
sys-cluster/corosync: adapt sys-infiniband to sys-fabric rename
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-cluster/corosync/corosync-2.3.3.ebuild')
-rw-r--r-- | sys-cluster/corosync/corosync-2.3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/corosync/corosync-2.3.3.ebuild b/sys-cluster/corosync/corosync-2.3.3.ebuild index 9051cd8d8524..c004014489cd 100644 --- a/sys-cluster/corosync/corosync-2.3.3.ebuild +++ b/sys-cluster/corosync/corosync-2.3.3.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$ @@ -25,8 +25,8 @@ IUSE="doc infiniband static-libs" # --enable-systemd : Install systemd service files RDEPEND="!sys-cluster/heartbeat infiniband? ( - sys-infiniband/libibverbs - sys-infiniband/librdmacm + sys-fabric/libibverbs + sys-fabric/librdmacm ) dev-libs/nss >=sys-cluster/libqb-0.14.4" |