diff options
author | 2011-12-14 16:45:32 +0000 | |
---|---|---|
committer | 2011-12-14 16:45:32 +0000 | |
commit | 2f7c421851b48d58421755649e18d2d73a3bb2d1 (patch) | |
tree | 11571002d7b79580b253f42254314cf4c91e8580 /sci-chemistry | |
parent | Disable internal handling of ccache, we manage it ourselves in gentoo. (diff) | |
download | gentoo-2-2f7c421851b48d58421755649e18d2d73a3bb2d1.tar.gz gentoo-2-2f7c421851b48d58421755649e18d2d73a3bb2d1.tar.bz2 gentoo-2-2f7c421851b48d58421755649e18d2d73a3bb2d1.zip |
Stable for AMD64, wrt bug #391147
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-4.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 68d1c0f8325d..e033b63f0754 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.97 2011/12/11 09:25:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.98 2011/12/14 16:45:32 ago Exp $ + + 14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> gromacs-4.5.5.ebuild: + Stable for AMD64, wrt bug #391147 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gromacs-4.5.5.ebuild: x86 stable wrt bug #391147 diff --git a/sci-chemistry/gromacs/gromacs-4.5.5.ebuild b/sci-chemistry/gromacs/gromacs-4.5.5.ebuild index e726f1f77753..4a70357d3bb8 100644 --- a/sci-chemistry/gromacs/gromacs-4.5.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.3 2011/12/11 09:25:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5.ebuild,v 1.4 2011/12/14 16:45:32 ago Exp $ EAPI="4" @@ -30,7 +30,7 @@ SRC_URI="${SRC_URI} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="X altivec blas doc -double-precision +fftw fkernels gsl lapack mpi +single-precision sse2 test +threads xml zsh-completion" REQUIRED_USE="fkernels? ( !threads )" |