From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-328076-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q22TZ-0004qo-Aj
	for garchives@archives.gentoo.org; Tue, 22 Mar 2011 14:22:25 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C701B1C013;
	Tue, 22 Mar 2011 14:22:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 8B9AF1C013
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 14:22:11 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C91E41B4074
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 14:22:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 3FBE28006E
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Mar 2011 14:22:10 +0000 (UTC)
From: "Justin Bronder" <jsbronder@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" <jsbronder@gentoo.org>
Message-ID: <aea9f416b987f9ddec50065d7ed74b4a474f6df7.jsbronder@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/openmpi/
X-VCS-Repository: proj/sci
X-VCS-Files: sys-cluster/openmpi/ChangeLog sys-cluster/openmpi/openmpi-1.5.3.ebuild
X-VCS-Directories: sys-cluster/openmpi/
X-VCS-Committer: jsbronder
X-VCS-Committer-Name: Justin Bronder
X-VCS-Revision: aea9f416b987f9ddec50065d7ed74b4a474f6df7
Date: Tue, 22 Mar 2011 14:22:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: b5c1e8342c2c17cd56b15ddb3ab12d38

commit:     aea9f416b987f9ddec50065d7ed74b4a474f6df7
Author:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 14:21:46 2011 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 14:22:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc=
ommit;h=3Daea9f416

Make the USE=3Dvt blockers conditional on being an unclasssed merge.

(Portage version: 2.1.9.43/git/Linux x86_64, RepoMan options: --force, si=
gned Manifest commit with key 4D7043C9)

---
 sys-cluster/openmpi/ChangeLog            |    3 +++
 sys-cluster/openmpi/openmpi-1.5.3.ebuild |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLo=
g
index 6eaff71..1e73f40 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
=20
   22 Mar 2011; Justin Bronder <jsbronder@gentoo.org> openmpi-1.5.3.ebuil=
d:
+  Make the USE=3Dvt blockers conditional on being an unclasssed merge.
+
+  22 Mar 2011; Justin Bronder <jsbronder@gentoo.org> openmpi-1.5.3.ebuil=
d:
   Remove commented RESTRICT
=20
 *openmpi-1.5.3 (22 Mar 2011)

diff --git a/sys-cluster/openmpi/openmpi-1.5.3.ebuild b/sys-cluster/openm=
pi/openmpi-1.5.3.ebuild
index c31e033..5988736 100644
--- a/sys-cluster/openmpi/openmpi-1.5.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
@@ -15,11 +15,12 @@ LICENSE=3D"BSD"
 SLOT=3D"0"
 KEYWORDS=3D"~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=3D"+cxx elibc_FreeBSD fortran heterogeneous ipv6 infiniband mpi-thr=
eads pbs romio threads vt"
+MPI_UNCLASSED_DEP_STR=3D"
+	vt? (
+		!dev-libs/libotf
+		!app-text/lcdf-typetools
+	)"
 RDEPEND=3D"pbs? ( sys-cluster/torque )
-		vt? (
-			!dev-libs/libotf
-			!app-text/lcdf-typetools
-		)
 		infiniband? ( sys-infiniband/libibverbs )
 		elibc_FreeBSD? ( dev-libs/libexecinfo )
 		>=3Dsys-apps/hwloc-1.1.1