diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:39:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:39:51 +0000 |
commit | f200cde32bf76c1bf39af18b66a9175e875b36e0 (patch) | |
tree | 616d08a709a6366439dbe84af092bceb2d2774b2 /sci-libs/cgcode/cgcode-1.0-r2.ebuild | |
parent | sci-libs/cctbx: Remove virtual/fortran and always call fortran-2_pkg_setup as... (diff) | |
download | gentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.tar.gz gentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.tar.bz2 gentoo-2-f200cde32bf76c1bf39af18b66a9175e875b36e0.zip |
sci-libs/cgcode: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/cgcode/cgcode-1.0-r2.ebuild')
-rw-r--r-- | sci-libs/cgcode/cgcode-1.0-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/cgcode/cgcode-1.0-r2.ebuild b/sci-libs/cgcode/cgcode-1.0-r2.ebuild index 86c6bfd28287..589351a10783 100644 --- a/sci-libs/cgcode/cgcode-1.0-r2.ebuild +++ b/sci-libs/cgcode/cgcode-1.0-r2.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-libs/cgcode/cgcode-1.0-r2.ebuild,v 1.1 2012/05/30 08:59:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0-r2.ebuild,v 1.2 2012/10/18 21:39:51 jlec Exp $ EAPI=4 @@ -15,9 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" IUSE="" -RDEPEND=" - virtual/fortran - virtual/blas" +RDEPEND="virtual/blas" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN} |