diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-10-12 11:22:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-10-12 11:22:33 +0000 |
commit | c798ab49570704d53964b99f550a162488e3d6a9 (patch) | |
tree | 8424bc9eb3a770bc4634770bcba5f17dc58933d8 /sci-chemistry | |
parent | Respect LDFLAGS, bug #337093 by flameeyes. Remove old. (diff) | |
download | gentoo-2-c798ab49570704d53964b99f550a162488e3d6a9.tar.gz gentoo-2-c798ab49570704d53964b99f550a162488e3d6a9.tar.bz2 gentoo-2-c798ab49570704d53964b99f550a162488e3d6a9.zip |
sparc stable wrt #326151
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 11c65c54f066..763a14506b3a 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.59 2010/09/14 12:59:31 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.60 2010/10/12 11:22:33 armin76 Exp $ + + 12 Oct 2010; Raúl Porcel <armin76@gentoo.org> gromacs-4.0.7-r4.ebuild: + sparc stable wrt #326151 *gromacs-4.5.1 (14 Sep 2010) diff --git a/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild b/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild index 77c65f46891a..4f9126b29d9e 100644 --- a/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild,v 1.6 2010/09/11 19:29:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.0.7-r4.ebuild,v 1.7 2010/10/12 11:22:33 armin76 Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${P}.tar.gz 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 blas dmalloc doc -double-precision ffamber +fftw fkernels +gsl lapack mpi +single-precision static static-libs test +xml zsh-completion" |