diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-05-21 21:39:18 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-05-21 21:39:18 +0000 |
commit | 37e6186a53634d528eeecfc71ce9a39fd4164d08 (patch) | |
tree | 9ebe253e6f2f2587feae7df70a545af225f3ac20 /sys-cluster/mpich2/mpich2-1.0.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-37e6186a53634d528eeecfc71ce9a39fd4164d08.tar.gz gentoo-2-37e6186a53634d528eeecfc71ce9a39fd4164d08.tar.bz2 gentoo-2-37e6186a53634d528eeecfc71ce9a39fd4164d08.zip |
keyworded and tested on ppc
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'sys-cluster/mpich2/mpich2-1.0.3.ebuild')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.0.3.ebuild b/sys-cluster/mpich2/mpich2-1.0.3.ebuild index 80618b9f8314..804af76b0b18 100644 --- a/sys-cluster/mpich2/mpich2-1.0.3.ebuild +++ b/sys-cluster/mpich2/mpich2-1.0.3.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.ebuild,v 1.1 2006/05/21 18:54:51 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3.ebuild,v 1.2 2006/05/21 21:39:18 nerdboy Exp $ inherit eutils autotools kde-functions @@ -10,7 +10,8 @@ SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +# need more arches in here, like sparc... IUSE="crypt cxx doc debug mpe" PROVIDE="virtual/mpi" |