diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-28 23:48:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-28 23:48:35 +0000 |
commit | 11edc1e4944d90725372267f2d3f528c96b3ee4b (patch) | |
tree | c17c91ea5bd65535a2cd4fd36adf2ff9af3711c4 /sys-cluster/mpe2 | |
parent | Fix typing error wrt #298805. (diff) | |
download | gentoo-2-11edc1e4944d90725372267f2d3f528c96b3ee4b.tar.gz gentoo-2-11edc1e4944d90725372267f2d3f528c96b3ee4b.tar.bz2 gentoo-2-11edc1e4944d90725372267f2d3f528c96b3ee4b.zip |
x86 stable, bug #290933
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/mpe2')
-rw-r--r-- | sys-cluster/mpe2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpe2/ChangeLog b/sys-cluster/mpe2/ChangeLog index f6def0aa41da..9caf443ecea3 100644 --- a/sys-cluster/mpe2/ChangeLog +++ b/sys-cluster/mpe2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpe2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/ChangeLog,v 1.2 2009/12/24 18:30:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/ChangeLog,v 1.3 2009/12/28 23:48:35 maekke Exp $ + + 28 Dec 2009; Markus Meier <maekke@gentoo.org> mpe2-1.0.6_p1.ebuild: + x86 stable, bug #290933 24 Dec 2009; Pacho Ramos <pacho@gentoo.org> mpe2-1.0.6_p1.ebuild: amd64 stable, bug 290933 diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild index baccc779a299..9759b18f5064 100644 --- a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild +++ b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild,v 1.2 2009/12/24 18:30:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild,v 1.3 2009/12/28 23:48:35 maekke Exp $ EAPI=2 inherit fortran eutils java-utils-2 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.mcs.anl.gov/pub/mpi/${PN%2}/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="minimal fortran threads debug" COMMON_DEPEND="!minimal? ( x11-libs/libXtst |