diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-19 09:48:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-19 09:48:44 +0000 |
commit | e9c406c532732881a635b40983572d7eb4b59543 (patch) | |
tree | e8350c36d3ef26757b002914a71f03e17be73ac4 /sci-chemistry/gamess/gamess-20110811.1.ebuild | |
parent | sci-chemistry/cyana: Remove virtual/fortran and always call fortran-2_pkg_set... (diff) | |
download | historical-e9c406c532732881a635b40983572d7eb4b59543.tar.gz historical-e9c406c532732881a635b40983572d7eb4b59543.tar.bz2 historical-e9c406c532732881a635b40983572d7eb4b59543.zip |
sci-chemistry/gamess: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
Package-Manager: portage-2.2.0_alpha141/cvs/Linux x86_64
Manifest-Sign-Key: 0x70EB7916
Diffstat (limited to 'sci-chemistry/gamess/gamess-20110811.1.ebuild')
-rw-r--r-- | sci-chemistry/gamess/gamess-20110811.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-chemistry/gamess/gamess-20110811.1.ebuild b/sci-chemistry/gamess/gamess-20110811.1.ebuild index 6a960459e7b0..9662cc61097c 100644 --- a/sci-chemistry/gamess/gamess-20110811.1.ebuild +++ b/sci-chemistry/gamess/gamess-20110811.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20110811.1.ebuild,v 1.2 2012/05/04 07:02:32 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/gamess-20110811.1.ebuild,v 1.3 2012/10/19 09:48:43 jlec Exp $ -EAPI="4" +EAPI=4 inherit eutils fortran-2 flag-o-matic pax-utils toolchain-funcs @@ -23,7 +23,6 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="mpi neo pax_kernel qmmm-tinker" CDEPEND=" - virtual/fortran app-shells/tcsh mpi? ( virtual/mpi ) virtual/blas" |