diff options
author | Pacho Ramos <pacho@gentoo.org> | 2009-12-24 18:30:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2009-12-24 18:30:53 +0000 |
commit | 21568018f47fb433defa64fa48f677904dadc573 (patch) | |
tree | b005ce6d447ff34d008673f2dfb4bd8228a70a14 /sys-cluster/mpe2 | |
parent | Fix some generator-related exceptions with Python >=2.5 (bug #262900). (diff) | |
download | gentoo-2-21568018f47fb433defa64fa48f677904dadc573.tar.gz gentoo-2-21568018f47fb433defa64fa48f677904dadc573.tar.bz2 gentoo-2-21568018f47fb433defa64fa48f677904dadc573.zip |
amd64 stable, bug 290933
(Portage version: 2.1.7.15/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 21c0c5a31e8a..f6def0aa41da 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.1 2009/09/29 20:33:09 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/ChangeLog,v 1.2 2009/12/24 18:30:53 pacho Exp $ + + 24 Dec 2009; Pacho Ramos <pacho@gentoo.org> mpe2-1.0.6_p1.ebuild: + amd64 stable, bug 290933 *mpe2-1.0.6_p1 (29 Sep 2009) diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild index bb5819cdc119..baccc779a299 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.1 2009/09/29 20:33:09 jsbronder Exp $ +# $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 $ 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 |