summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-14 18:57:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-14 18:57:51 +0000
commitf303748a8d67786d8aaa634ab3abcdc8d4edb881 (patch)
treeaf505b2e15ef34505b9ac95976da825858d0d1f6 /sci-chemistry
parentFixed typoes in metadata.xml, thanks radhermit (diff)
downloadgentoo-2-f303748a8d67786d8aaa634ab3abcdc8d4edb881.tar.gz
gentoo-2-f303748a8d67786d8aaa634ab3abcdc8d4edb881.tar.bz2
gentoo-2-f303748a8d67786d8aaa634ab3abcdc8d4edb881.zip
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/ChangeLog5
-rw-r--r--sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
index 17fc7aea12ac..80df74c1cfc6 100644
--- a/sci-chemistry/gromacs/ChangeLog
+++ b/sci-chemistry/gromacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/gromacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.108 2012/05/04 07:02:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.109 2012/10/14 18:57:51 jlec Exp $
+
+ 14 Oct 2012; Justin Lecher <jlec@gentoo.org> gromacs-4.5.5-r1.ebuild:
+ Prepare for fortran2.eclass update
04 May 2012; Jeff Horelick <jdhore@gentoo.org> gromacs-4.5.5-r1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild b/sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild
index 644a70a89c8a..c7e1fe7eb33a 100644
--- a/sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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-r1.ebuild,v 1.8 2012/05/04 07:02:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.5.5-r1.ebuild,v 1.9 2012/10/14 18:57:51 jlec Exp $
EAPI="4"
@@ -10,6 +10,8 @@ MANUAL_PV="4.5.4"
#to find external blas/lapack
CMAKE_MIN_VERSION="2.8.5-r2"
+FORTRAN_NEEDED=fkernels
+
inherit bash-completion-r1 cmake-utils eutils fortran-2 multilib toolchain-funcs
if [ "${PV%9999}" != "${PV}" ]; then