From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BC551382DE for ; Wed, 29 Jun 2016 22:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41B314010; Wed, 29 Jun 2016 22:33:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B14BE0A84 for ; Wed, 29 Jun 2016 22:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 486F3340DFB for ; Wed, 29 Jun 2016 22:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F9AE2442 for ; Wed, 29 Jun 2016 22:33:25 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1467239475.9d6a5b9dceb93680831e709370ec9e3819631681.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mvapich2/mvapich2-1.6.ebuild X-VCS-Directories: sys-cluster/mvapich2/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 9d6a5b9dceb93680831e709370ec9e3819631681 X-VCS-Branch: master Date: Wed, 29 Jun 2016 22:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 610f29cc-3462-41f3-b95f-d15bedbcb037 X-Archives-Hash: efc4c7b9c5ebc2a983e84acc75d255df commit: 9d6a5b9dceb93680831e709370ec9e3819631681 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 29 14:34:06 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 29 22:31:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a5b9d sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename Package-Manager: portage-2.3.0_rc1 sys-cluster/mvapich2/mvapich2-1.6.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild index e3d30ee..54b394c 100644 --- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild +++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,11 +18,11 @@ IUSE="debug fortran large-cluster medium-cluster romio threads" RDEPEND=" || ( ( - sys-infiniband/libibverbs - sys-infiniband/libibumad - sys-infiniband/libibmad - sys-infiniband/librdmacm ) - sys-infiniband/openib-userspace )" + sys-fabric/libibverbs + sys-fabric/libibumad + sys-fabric/libibmad + sys-fabric/librdmacm ) + sys-fabric/openib-userspace )" DEPEND="${RDEPEND}" S="${WORKDIR}/mvapich2-${PV/_/-}"