summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-06-17 00:04:33 +0000
committerJason Wever <weeve@gentoo.org>2006-06-17 00:04:33 +0000
commitcce0ea0fe6a87382faf4967ad1cc4f96065f721e (patch)
treec2e2fcde9c54eeb94ea3dc2cc069c2c51013d326 /sys-cluster
parentAdd thread-safe libgrade support. (diff)
downloadgentoo-2-cce0ea0fe6a87382faf4967ad1cc4f96065f721e.tar.gz
gentoo-2-cce0ea0fe6a87382faf4967ad1cc4f96065f721e.tar.bz2
gentoo-2-cce0ea0fe6a87382faf4967ad1cc4f96065f721e.zip
Added ~sparc keyword wrt bug #133999.
(Portage version: 2.1)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/mpich2/ChangeLog5
-rw-r--r--sys-cluster/mpich2/mpich2-1.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index 9d38dbf7e207..e9767607f8a1 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.4 2006/05/25 21:27:40 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.5 2006/06/17 00:04:33 weeve Exp $
+
+ 17 Jun 2006; Jason Wever <weeve@gentoo.org> mpich2-1.0.3.ebuild:
+ Added ~sparc keyword wrt bug #133999.
25 May 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3.ebuild:
Early stable bump for gdal (required).
diff --git a/sys-cluster/mpich2/mpich2-1.0.3.ebuild b/sys-cluster/mpich2/mpich2-1.0.3.ebuild
index 9676144f8c48..72674068f73e 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.3 2006/05/25 21:27:40 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.3.ebuild,v 1.4 2006/06/17 00:04:33 weeve Exp $
inherit eutils autotools kde-functions
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
# need more arches in here, like sparc...
IUSE="crypt cxx doc debug mpe"