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 ) id 1Qa9zW-00042H-6a for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:16:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E97161C22F; Fri, 24 Jun 2011 17:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A46AD1C22F for ; Fri, 24 Jun 2011 17:09:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B28C2AC00A for ; Fri, 24 Jun 2011 17:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 98F5B80040 for ; Fri, 24 Jun 2011 17:09:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <5a605195a6dc5ae7d34f377020a088d659543260.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5a605195a6dc5ae7d34f377020a088d659543260 Date: Fri, 24 Jun 2011 17:09:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1f1759b69799ff56455be17611f8041e commit: 5a605195a6dc5ae7d34f377020a088d659543260 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 16:20:36 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 16:20:36 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D5a605195 Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild | 4 ++-- sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild b/sys-cluster/m= pich2/mpich2-1.2.1_p1-r2.ebuild index 29a861d..eca3941 100644 --- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild +++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=3D2 PYTHON_DEPEND=3D"2" =20 -inherit eutils fortran-2 python mpi toolchain-funcs +inherit eutils fortran-2 mpi python toolchain-funcs =20 MY_PV=3D${PV/_/} DESCRIPTION=3D"MPICH2 - A portable MPI implementation" @@ -15,7 +15,7 @@ SRC_URI=3D"http://www.mcs.anl.gov/research/projects/mpi= ch2/downloads/tarballs/${MY LICENSE=3D"as-is" SLOT=3D"0" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" -IUSE=3D"+cxx debug doc fortran threads romio mpi-threads" +IUSE=3D"+cxx debug doc fortran mpi-threads romio threads" =20 MPI_UNCLASSED_DEP_STR=3D"!media-sound/mpd" =20 diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mp= ich2/mpich2-1.4_rc2-r1.ebuild index 5ece5d5..04ef15e 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild @@ -3,7 +3,7 @@ # $Header: $ =20 EAPI=3D2 -inherit eutils fortran-2 mpi toolchain-funcs autotools +inherit autotools eutils fortran-2 mpi toolchain-funcs =20 MY_PV=3D${PV/_/} DESCRIPTION=3D"MPICH2 - A portable MPI implementation" @@ -13,7 +13,7 @@ SRC_URI=3D"http://www.mcs.anl.gov/research/projects/mpi= ch2/downloads/tarballs/${MY LICENSE=3D"as-is" SLOT=3D"0" KEYWORDS=3D"~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE=3D"+cxx debug doc fortran threads romio mpi-threads" +IUSE=3D"+cxx debug doc fortran mpi-threads romio threads" =20 COMMON_DEPEND=3D"dev-libs/libaio >=3Dsys-apps/hwloc-1.1.1