diff options
author | 2006-12-06 23:48:55 +0000 | |
---|---|---|
committer | 2006-12-06 23:48:55 +0000 | |
commit | 4557b2d2691dcd8e00a7a7b2db5ac2dfa75525f5 (patch) | |
tree | 70bc4828c13dd0d330136dcd0eaae7eff522ffe1 /sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild | |
parent | Clean up. (diff) | |
download | gentoo-2-4557b2d2691dcd8e00a7a7b2db5ac2dfa75525f5.tar.gz gentoo-2-4557b2d2691dcd8e00a7a7b2db5ac2dfa75525f5.tar.bz2 gentoo-2-4557b2d2691dcd8e00a7a7b2db5ac2dfa75525f5.zip |
Switch deps around so DEPEND is set to RDEPEND. This way, one could specify things that are only in DEPEND more easily, such as perl or coreutils. But I can't verify those now, so I'll leave it to someone else.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild index 6a611cedc159..d39067c78d1a 100644 --- a/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.6 2006/09/24 18:15:25 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3-r1.ebuild,v 1.7 2006/12/06 23:48:55 dberkholz Exp $ inherit fortran distutils eutils autotools toolchain-funcs @@ -15,22 +15,18 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="crypt cxx doc debug fortran mpe mpe-sdk romio threads" PROVIDE="virtual/mpi" -DEPEND="virtual/libc - sys-devel/autoconf - sys-devel/automake - sys-devel/libtool - sys-apps/coreutils - dev-lang/perl - sys-devel/gcc +RDEPEND="${DEPEND} mpe-sdk? ( dev-java/ibm-jdk-bin ) romio? ( >=dev-libs/libaio-0.3.106 ) - >=dev-lang/python-2.3" -RDEPEND="${DEPEND} + >=dev-lang/python-2.3 + sys-apps/coreutils + dev-lang/perl crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) !virtual/mpi !media-sound/mpd !media-sound/mpd-svn" +DEPEND="${RDEPEND}" RESTRICT="test" |