diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:26:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:26:44 +0000 |
commit | bd2b99e3e618ada6923e0dfd6589210005461a21 (patch) | |
tree | 4a0095ca3ba2f19d33efaa87b8d2a3b470965274 /sci-chemistry/scala/scala-3.3.20.ebuild | |
parent | sci-chemistry/refmac: Remove virtual/fortran and always call fortran-2_pkg_se... (diff) | |
download | historical-bd2b99e3e618ada6923e0dfd6589210005461a21.tar.gz historical-bd2b99e3e618ada6923e0dfd6589210005461a21.tar.bz2 historical-bd2b99e3e618ada6923e0dfd6589210005461a21.zip |
sci-chemistry/scala: 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/scala/scala-3.3.20.ebuild')
-rw-r--r-- | sci-chemistry/scala/scala-3.3.20.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-chemistry/scala/scala-3.3.20.ebuild b/sci-chemistry/scala/scala-3.3.20.ebuild index 47965ef83bca..d90b571ee930 100644 --- a/sci-chemistry/scala/scala-3.3.20.ebuild +++ b/sci-chemistry/scala/scala-3.3.20.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/scala/scala-3.3.20.ebuild,v 1.2 2012/05/04 07:02:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 1.3 2012/10/19 10:26:43 jlec Exp $ EAPI=4 @@ -18,10 +18,8 @@ IUSE="" RDEPEND=" !<sci-chemistry/ccp4-6.1.2 sci-libs/ccp4-libs - virtual/fortran virtual/lapack" -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { |