diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2006-12-20 19:03:12 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2006-12-20 19:03:12 +0000 |
commit | 7f37eaeaa58011b0c0d16a3cc3e344a0631f3e3e (patch) | |
tree | 21f2e0e69f3c82a11c3f011637cb8962fd73a763 /sci-chemistry/gromacs | |
parent | amd64 stable, bug 156718 (diff) | |
download | gentoo-2-7f37eaeaa58011b0c0d16a3cc3e344a0631f3e3e.tar.gz gentoo-2-7f37eaeaa58011b0c0d16a3cc3e344a0631f3e3e.tar.bz2 gentoo-2-7f37eaeaa58011b0c0d16a3cc3e344a0631f3e3e.zip |
Small fix for DEPEND.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-chemistry/gromacs')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 60409c9a60eb..881e5ca1a3eb 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.14 2006/12/20 04:58:51 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.15 2006/12/20 19:03:12 je_fro Exp $ + + 20 Dec 2006; Jeff Gardner <je_fro@gentoo.org> gromacs-3.3.1-r1.ebuild: + Small fix of DEPEND 20 Dec 2006; Jeff Gardner <je_fro@gentoo.org> ChangeLog: Many thanks to Rene Meier, Shvetsov Alexey Mathias Weigt, dawe, and Mike diff --git a/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild b/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild index 1d2d9ca51872..979ee04a6720 100644 --- a/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild +++ b/sci-chemistry/gromacs/gromacs-3.3.1-r1.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/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild,v 1.1 2006/12/20 04:44:52 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-3.3.1-r1.ebuild,v 1.2 2006/12/20 19:03:12 je_fro Exp $ inherit eutils fortran multilib @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86" DEPEND=">=sci-libs/fftw-3.0.1 mpi? ( virtual/mpi ) - >=sys-devel/binutils-2.12* + >=sys-devel/binutils-2.12 app-shells/tcsh X? ( x11-libs/libX11 x11-libs/libXt |